mirror of
https://github.com/less/less.js.git
synced 2026-02-10 06:55:09 -05:00
Preserve whitespace in operations
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
.nested-parens {
|
||||
width: 2 * (4 * (2 + (1 + 6))) - 1;
|
||||
height: ((2+3)*(2+3) / (9-4)) + 1;
|
||||
height: ((2 + 3) * (2 + 3) / (9 - 4)) + 1;
|
||||
}
|
||||
|
||||
.mixed-units {
|
||||
|
||||
Reference in New Issue
Block a user