I\'m stumped. Working on a site that isn\'t loading properly in FireFox. It loads great in Chrome and even IE, but for some reason the stylesheet isn\'t loading in FireFox.
Your problem comes from style.css which begins by @charset "IBM437" Replace it with @charset "UTF-8"; and it will be better !
@charset "IBM437"
@charset "UTF-8";
It seams this charset IBM437 is auto added by SASS:
CSS pseudo element ▼ becomes gibberish in IE