min/max now always reduce compatible terms.

This commit is contained in:
Kevin Gillette
2013-06-14 18:15:15 -06:00
committed by Luke Page
parent 6df4e48976
commit 54a5f74c09
3 changed files with 29 additions and 24 deletions

View File

@@ -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;