mirror of
https://github.com/less/less.js.git
synced 2026-01-23 06:07:56 -05:00
13 lines
128 B
CSS
13 lines
128 B
CSS
.light {
|
|
color: green;
|
|
}
|
|
.see-the {
|
|
color: orange;
|
|
}
|
|
.hide-the {
|
|
color: green;
|
|
}
|
|
.multiple-conditions-1 {
|
|
color: red;
|
|
}
|