mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04: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;
|
|
}
|