doabit / semantic-ui-sass

Semantic UI, converted to Sass and ready to drop into Rails & Compass.
MIT License
1.15k stars 192 forks source link

Sass::SyntaxError during precompile for Heroku deploy #95

Closed ghost closed 6 years ago

ghost commented 7 years ago

rake assets:precompile fails with:

Sass::SyntaxError: Invalid CSS after "...color: radial, ": expected expression (e.g. 1px, bold), was ", transparent 4..."

This originates from /modules/_embed.scss where background is being set with radial-gradient. Unfortunately I do not know how to fix :/

Have @imported 'around' this for now in order to deploy successfully.

doabit commented 7 years ago

Which version? I used the master version and it works.