mirror of
https://github.com/less/less.js.git
synced 2026-02-10 06:55:09 -05:00
More consistent named colour variables.
This commit is contained in:
@@ -93,7 +93,10 @@
|
||||
max: max(1, 3);
|
||||
max: max(3%, 1cm, 8%, 2mm);
|
||||
percentage: percentage((10px / 50));
|
||||
color: color("#ff0011");
|
||||
color-quoted-digit: color("#dda0dd");
|
||||
color-quoted-keyword: color("plum");
|
||||
color-color: color(#dda0dd);
|
||||
color-keyword: color(plum);
|
||||
tint: tint(#777777, 13);
|
||||
tint-full: tint(#777777, 100);
|
||||
tint-percent: tint(#777777, 13%);
|
||||
|
||||
Reference in New Issue
Block a user