mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
.no-math {
|
|
@var: 50vh/2;
|
|
width: calc(50% + (@var - 20px));
|
|
foo: 1 + 2 calc(3 + 4) 5 + 6;
|
|
@floor: floor(1 + .1);
|
|
bar: calc(@floor + 20%);
|
|
} |