I\'m working on a website that uses gulp to compile and browser sync to keep the browser synchronised with my changes.
gulp
The gulp task compiles everything
I was working with the React.js app and also had this error which led me here. This is what helped me. Instead of adding to the index.html I added an import to the component where I need to use this stylesheet:
React.js
index.html
import
import 'path/to/stylesheet.css';