-
-
Notifications
You must be signed in to change notification settings - Fork 609
Closed
Labels
Description
Hi all! I get something strange error, maybe i did wrote wrong config file.
But if the file is styles.css present @charset "UTF-8", the parser generates an error.
Example index.js
require('./styles.css')
Example style.css
@charset "UTF-8"
body {
...
}
kevinSuttle, rpalermodrums, guilazzaris, Alexisvt, stinoga and 22 more