I always pre-compile my assets locally before pushing to production, but this time I got stuck in an error I can't solve.
This is the error:
rake aborted!
Sass::SyntaxError: Invalid CSS after " background:": expected expression (e.g. 1px, bold), was "}"
(sass):2967
Problem is I have no idea which file is referring to. I do I solve this problem?