im trying to make changes because the of new dart ...
# suitecommerce
l
im trying to make changes because the of new dart library. i had to change some values in some style sheets but for some reason im getting this error. how do i fix this?
v
you cannot use ‘calc()’ inside functions like ‘ceil’ and ‘floor’ (and some others).
in your case, modifying the code to
ceil($gutter / -2);
should fix the issue