Comment on How to make Chrome understand the SASS/SCSS in your rails appparentComments−moorecp13yI had the exact same issue. What fixed it for me was what the parent said of adding this line, too:config.sass.compress = falseClear you cached assets, restart your server and reload the page. That should hopefully fix it for you.
Comments
I had the exact same issue. What fixed it for me was what the parent said of adding this line, too:
config.sass.compress = false
Clear you cached assets, restart your server and reload the page. That should hopefully fix it for you.