mirror of
https://github.com/less/less.js.git
synced 2026-01-23 14:18:00 -05:00
19 lines
286 B
CSS
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; }
|