mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
6 lines
96 B
CSS
6 lines
96 B
CSS
.no-math {
|
|
width: calc(50% + (25vh - 20px));
|
|
foo: 3 calc(3 + 4) 11;
|
|
bar: calc(1 + 20%);
|
|
}
|