mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
More consistent named colour variables.
This commit is contained in:
@@ -2,19 +2,19 @@
|
||||
color: #998899;
|
||||
}
|
||||
.scope1 {
|
||||
color: #0000ff;
|
||||
border-color: #000000;
|
||||
color: blue;
|
||||
border-color: black;
|
||||
}
|
||||
.scope1 .scope2 {
|
||||
color: #0000ff;
|
||||
color: blue;
|
||||
}
|
||||
.scope1 .scope2 .scope3 {
|
||||
color: #ff0000;
|
||||
border-color: #000000;
|
||||
background-color: #ffffff;
|
||||
color: red;
|
||||
border-color: black;
|
||||
background-color: white;
|
||||
}
|
||||
.scope {
|
||||
scoped-val: #008000;
|
||||
scoped-val: green;
|
||||
}
|
||||
.heightIsSet {
|
||||
height: 1024px;
|
||||
|
||||
Reference in New Issue
Block a user