mirror of
https://github.com/less/less.js.git
synced 2026-01-22 13:48:03 -05:00
16 lines
211 B
CSS
16 lines
211 B
CSS
.tiny-scope {
|
|
color: #998899;
|
|
}
|
|
.scope1 {
|
|
color: blue;
|
|
border-color: black;
|
|
}
|
|
.scope1 .scope2 {
|
|
color: blue;
|
|
}
|
|
.scope1 .scope2 .scope3 {
|
|
color: red;
|
|
border-color: black;
|
|
background-color: white;
|
|
}
|