This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Description
After attempting RAILS_ENV=production bundle exec rake assets:precompile, i get the following error
SassC::SyntaxError: Error: Invalid CSS after "...ia screen\\0 and": expected "{", was "(max-width: 1024px)"
on line 18866 of stdin
>> @media screen\0 and (max-width: 1024px) {
It looks like this has to do with screen\0..? Not sure exactly why, but it seems like only sassc compiler is noticing this as invalid, however, it came straight from a reputable bootstrap theme, and has always worked before dropping in sassc-rails.