I am using Rails 3.1 and when I run the rake task I get this css error.
$ rake assets:precompile
/Users/nnn/.rvm/rubies/ruby-1.9.2-p180/bin/ruby /Users/nnn/dev/personal/demoapp/vendor/ruby/1.9.1/bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets
rake aborted!
Invalid CSS after "...{padding-bottom": expected "{", was ";0;}#order_deta..."
Is there a way to tell rails to ignore the syntax check for css.
This failure comes out of the scss process
It seems all css files get parsed as scss.
The easy way to turn it off is just to disable sass.
But if you’re actually using it, then that won’t work.
Or you could fix your css!