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,7 +2,7 @@
|
||||
color: gainsboro;
|
||||
}
|
||||
.test {
|
||||
color1: #008000;
|
||||
color2: #800080;
|
||||
color1: green;
|
||||
color2: purple;
|
||||
scalar: 20;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user