You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File ".../venv/lib/python3.8/site-packages/sass.py", line 725, in compile
raise CompileError(v)
sass.CompileError: Error: Invalid CSS after " @return math": expected expression (e.g. 1px, bold), was ".abs($a);"
on line 23:17 of templates/vendor/foundation/scss/util/_math.scss
from line 5:1 of templates/vendor/foundation/scss/util/_util.scss
from line 25:1 of templates/vendor/foundation/scss/foundation.scss
from line 1:1 of templates/scss/main.scss
>> @return math.abs($a);
When compiling Foundation SCSS files with sanic-sass in Sanic Framework, which uses libsass 0.22.0, I get the error
(Python 3.8.0)
Link to sass.py
Link to _math.scss
Thank you!
The text was updated successfully, but these errors were encountered: