summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-d1.0.scss
blob: b669874e11d0f603aebd149dfccd99a6636b3e31 (plain)
1
2
3
4
5
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-d1.html */

   #test { background: red; display: block; padding: 1em; }
   #test:not(:empty) { background: lime; }