mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Added min and max builtins.
This commit is contained in:
committed by
Luke Page
parent
d2255e64f6
commit
6df4e48976
@@ -87,6 +87,12 @@
|
||||
pow: pow(8px, 2);
|
||||
pow: pow(4, 3);
|
||||
pow: pow(3, 3em);
|
||||
min: min(3, 3em);
|
||||
min: min(3pt, 3em);
|
||||
min: min(1%, 5%);
|
||||
min: min(1%, 5px);
|
||||
min: min(1pc, 3pt);
|
||||
max: max(1, 3);
|
||||
percentage: percentage((10px / 50));
|
||||
color: color("#ff0011");
|
||||
tint: tint(#777777, 13);
|
||||
|
||||
Reference in New Issue
Block a user