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
The rails assets:precompile command should compile SCSS without errors when using the foundation-sites SCSS files in a Rails project.
What happens instead?
The precompilation fails with the following SassC error:
SassC::SyntaxError: Error: Invalid CSS after " @return math": expected expression (e.g. 1px, bold), was ".abs($a);"
on line 23:17 of node_modules/foundation-sites/scss/util/_math.scss
from line 5:1 of node_modules/foundation-sites/scss/util/_util.scss
from line 25:1 of node_modules/foundation-sites/scss/foundation.scss
from line 14:1 of app/assets/stylesheets/application.scss