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

   #two:first-child { background: red; }
   #three:last-child { background: lime; }