You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.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%);
|
|
}
|