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/nested_mixins.css
div .container { width: 10px; } div .container .container { width: 10px; max-width: 12px; } div .container .foo { width: 10px; } div .container .bar { width: 12px; } @media print, screen and (min-width:640px) { .position-left { color: red; background: yellow; } } @media print, screen and (min-width:640px) { .element { float: left; } } .a { x: y; } .a .inner { x: y; }