-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
I'm trying to add normalize.css which must go first before any other CSS in the app (and I dont just want to paste it right into app.scss because it's huge and messy).
According to the demo file: https://github.com/DaftMonk/fullstack-demo/blob/master/client/app/app.scss
I can see other files are going before main/main.scss. When I try to do this, the moment I refresh the page it's instantly re-ordered so main is first.
If I try putting @import outside of the injector comment, as in the demo, it immediately moves it back into the injector and makes a duplicate.
Thanks