aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/css3-modsel-78.0.scss
blob: 4d99f1ceca68d47f3829ec92b2c97b912a2850c3 (plain)
1
2
3
4
5
6
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-78.html */
.red { background-color : red }
.t1 td:not(:last-child) { background-color : lime }
p > *:not(:last-child) { background-color : lime }
table.t1 td { border : thin black solid }