summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-55.0.scss
blob: eb3a0e6341846c2c8d28399fcd58af746e2a26e4 (plain)
1
2
3
4
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-55.html */
div.stub > * { color : red }
div.stub *:not([title$="tait"]) { color : lime }