mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
do not divide by 100 when doing maths and keeping the %. Fixes #1069
This commit is contained in:
@@ -54,6 +54,9 @@
|
||||
rounded-two: 10.67;
|
||||
roundedpx: 3px;
|
||||
roundedpx-three: 3.333px;
|
||||
rounded-percentage: 10%;
|
||||
ceil: 11px;
|
||||
floor: 12px;
|
||||
percentage: 20%;
|
||||
color: #ff0011;
|
||||
tint: #898989;
|
||||
|
||||
Reference in New Issue
Block a user