mirror of
https://github.com/less/less.js.git
synced 2026-01-22 05:37:56 -05:00
16 lines
227 B
CSS
16 lines
227 B
CSS
.tiny-scope {
|
|
color: #998899;
|
|
}
|
|
.scope1 {
|
|
color: #0000ff;
|
|
border-color: #000000;
|
|
}
|
|
.scope1 .scope2 {
|
|
color: #0000ff;
|
|
}
|
|
.scope1 .scope2 .scope3 {
|
|
color: #ff0000;
|
|
border-color: #000000;
|
|
background-color: #ffffff;
|
|
}
|