mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Fix contrast percentage handling, fixes #1144
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
contrast-dark-thresh: #eeeeee;
|
||||
contrast-high-thresh: #eeeeee;
|
||||
contrast-low-thresh: #111111;
|
||||
contrast-light-thresh-per: #111111;
|
||||
contrast-dark-thresh-per: #eeeeee;
|
||||
contrast-high-thresh-per: #eeeeee;
|
||||
contrast-low-thresh-per: #111111;
|
||||
format: "rgb(32, 128, 64)";
|
||||
format-string: "hello world";
|
||||
format-multiple: "hello earth 2";
|
||||
|
||||
Reference in New Issue
Block a user