Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS imported into SCSS results in out-of-order compiled css #300

Open
illepic opened this issue Jun 2, 2018 · 0 comments
Open

CSS imported into SCSS results in out-of-order compiled css #300

illepic opened this issue Jun 2, 2018 · 0 comments
Assignees

Comments

@illepic
Copy link
Contributor

illepic commented Jun 2, 2018

Importing a raw css file into the bottom of a scss file results in the compiled scss output being printed AFTER the imported css (even though the css is further down the chain).

webpack/webpack#215

A temporary solution is ensuring all CSS is just imported into the index.js of the component, ie this:

https://slides.com/illepic/particle#/14/2

@illepic illepic self-assigned this Jun 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant