Skip to content

@import CSS injector reordering my stuffs #452

@9mm

Description

@9mm

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions