mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Implement tint and shade functions
This commit is contained in:
@@ -54,6 +54,12 @@
|
||||
roundedpx-three: 3.333px;
|
||||
percentage: 20%;
|
||||
color: #ff0011;
|
||||
tint: #898989;
|
||||
tint-full: #ffffff;
|
||||
tint-percent: #898989;
|
||||
shade: #686868;
|
||||
shade-full: #000000;
|
||||
shade-percent: #686868;
|
||||
mix: #ff3300;
|
||||
mix-0: #ffff00;
|
||||
mix-100: #ff0000;
|
||||
|
||||
Reference in New Issue
Block a user