Reorder HTML style tags nested within it?

Currently in my React, React Bootstrap, Webpack 2.0, Node / Express App I am trying to compile and load SASS as main style. Currently, the style tags generated in my HTML are ordered such that my Bootstrap Normalize CSS appears in the style tag below my compiled and loaded SASS, so none of my styles can override the Normalize and Bootstrap options.

Is there a way to change the loading order of style tags? Or my best option is to just compile and load SASS into my JS package or a separate file

https://github.com/monsonjeremy/Forecast-Me/tree/add-nav-bar-and-styling

+3


source to share





All Articles