rails / sass-rails

Ruby on Rails stylesheet engine for Sass
MIT License
859 stars 333 forks source link

SassC::SyntaxError: Error: style declaration must contain a value issue with deploy on heroku server #441

Open mayur-kambariya opened 3 years ago

mayur-kambariya commented 3 years ago

remote: SassC::SyntaxError: Error: style declaration must contain a value remote: on line 4741:13 of stdin remote: >> box-shadow:; remote:
remote: ------------^ image

olleolleolle commented 3 years ago

@mayur-kambariya You can probably reproduce this when building assets locally, with this rake task:

rake assets:precompile
    Compile all the assets named in config.assets.precompile