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

 div { color: green; }
 p::first-child { color: yellow; background: red; }