If you look view it in Chrome or IE, the page renders perfectly. However, FF doesn’t seem to be loading the CSS file. I’m 99% certain that it’s pointing to the right directory.
css/stylesheets/miracle.css
It’s published using Github pages, and the css is compiled from a scss file using SASS. If anyone could point me in the right direction, it would be much appreciated.
Firefox doesn’t like the
@charset "IBM437";declaration at the top of yourmiracle.cssfile. Try removing this line.It looks like this may be added to your output by SASS, so you should check the encoding of your source (scss) files to determine where SASS is getting this from.