particle
particle copied to clipboard
CSS imported into SCSS results in out-of-order compiled css
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