I have a problem how to add charset to my output file css file in ReactJs.
I tried using @charset "UTF-8", but it does not affect the Content-type of the file on the network.
I don't know what I could adjust to change this.
I have a problem how to add charset to my output file css file in ReactJs.
I tried using @charset "UTF-8", but it does not affect the Content-type of the file on the network.
I don't know what I could adjust to change this.