mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
min/max now always reduce compatible terms.
This commit is contained in:
committed by
Luke Page
parent
6df4e48976
commit
54a5f74c09
@@ -81,12 +81,11 @@
|
||||
pow: 64px;
|
||||
pow: 64;
|
||||
pow: 27;
|
||||
min: min(3, 3em);
|
||||
min: min(3pt, 3em);
|
||||
min: 1%;
|
||||
min: min(1%, 5px);
|
||||
min: 0;
|
||||
min: min("junk", 5);
|
||||
min: 3pt;
|
||||
max: 3;
|
||||
max: max(8%, 1cm);
|
||||
percentage: 20%;
|
||||
color: #ff0011;
|
||||
tint: #898989;
|
||||
|
||||
Reference in New Issue
Block a user