mirror of
https://github.com/less/less.js.git
synced 2026-01-22 05:37:56 -05:00
19 lines
205 B
CSS
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;
|
|
}
|