Closed
Description
Hi guys,
I've installed the sass-chokidar as explained in readme file. All scss files are compiled in to one App.css file and then I import it in the html file with
<link href="/src/App.css" rel="stylesheet" type="text/css">
The classes in the file is not beeing rendered in the browser and when I inspect it in the network inspector, I can se that it has a content-type of "text/html". Can anyone help me where to add a content-type to the App.css file?
Thanks
Kasper