Files
less.js/test/css/accessors.css
2010-02-23 18:02:00 -05:00

19 lines
286 B
CSS

.magic-box {
content: "gold";
width: 60cm;
height: 40cm;
}
.magic-box #lock { color: silver; }
#accessors {
content: "gold";
width: 60cm;
}
.unlock {
content: "gold";
width: 60cm;
height: 40cm;
color: silver;
border-color: orange;
}
.unlock #lock { color: silver; }