particle icon indicating copy to clipboard operation
particle copied to clipboard

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

Open illepic opened this issue 7 years ago • 0 comments
trafficstars

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).

https://github.com/webpack/webpack/issues/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 avatar Jun 02 '18 05:06 illepic