rake assets:precompile throws Sass::SyntaxError: Invalid CSS after “*/”
问题 I hope this isn't a duplicate problem; I've tried other solutions on SO with no effect When pushing my app to Heroku, the push has failed because application.css has not been able to compile. My terminal output: Running: rake assets:precompile rake aborted! Sass::SyntaxError: Invalid CSS after " */": expected selector, was "@font-face" (in /tmp/build_17e92975-ae8d-446f-8678-110eeeccfb64/app/assets/stylesheets/adminsite/application.css) (sass):1845 Attempts at solution I've searched and