Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.shinegis.mu
/
htdocs
/
functions
/
scssphp
/
tests
/
outputs
/
/srv/data/web/vhosts/www.shinegis.mu/htdocs/functions/scssphp/tests/outputs/import.css
@import "foo.css"; @import "foo" screen; @import "http://foo.com/bar"; @import url(foo); @import url("https://fontapi.example.com/css?family=Source+Sans+Pro:wght@300;400;700&display=swap"); div { height: 200px; color: red; } pre { color: red; } pre div { height: 200px; color: red; } code div { height: 200px; color: red; } code div { height: 200px; color: red; } #partial { color: blue; } body { color: #7C2; background: gray; } a:before { content: ""; } div::before { content: ":)"; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } .fancybox-is-hidden { position: absolute !important; } .fancybox-navigation .fancybox-button { transition: opacity 0.25s ease, visibility 0s ease 0.25s; } @media (max-width: 576px) { .fancybox-thumbs { width: 110px; } }