Stylesheet not loaded because of MIME-type

前端 未结 30 3007
猫巷女王i
猫巷女王i 2020-11-22 07:29

I\'m working on a website that uses gulp to compile and browser sync to keep the browser synchronised with my changes.

The gulp task compiles everything

30条回答
  •  情歌与酒
    2020-11-22 07:49

    You can open the Google Chrome tools, select the network tab, reload your page and find the file request of the CSS and look for what it have inside the file.

    Maybe you did something wrong when you merged the two libraries in your file, including some characters or headers not properly for CSS?

提交回复
热议问题