Stylesheet not loading in Mozilla Firefox

前端 未结 5 2016
庸人自扰
庸人自扰 2021-01-13 05:44

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.

5条回答
  •  死守一世寂寞
    2021-01-13 06:21

    Your problem comes from style.css which begins by @charset "IBM437" Replace it with @charset "UTF-8"; and it will be better !

    It seams this charset IBM437 is auto added by SASS:

    CSS pseudo element ▼ becomes gibberish in IE

提交回复
热议问题