W72crm_web-master/node_modules/less/test/less-bom/calc.less

7 lines
151 B
Plaintext
Raw Permalink Normal View History

2025-05-27 11:25:53 +08:00
.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%);
}