Files
less.js/test/css/css-guards.css
2013-07-30 12:14:20 +01:00

19 lines
205 B
CSS

.light {
color: green;
}
.see-the {
color: orange;
}
.hide-the {
color: green;
}
.multiple-conditions-1 {
color: red;
}
.inheritance .test {
color: black;
}
.inheritance:hover {
color: pink;
}