React component styling being overridden by global styling
问题 Okay, just to state the problem right away, I have a situation where stylesheet B which is being loaded (or so I thought) AFTER stylesheet A, and should therefore be overriding A's styling because of cascading, is in fact being loaded into the browser BEFORE A. The order is wrong. I have a simple React component structure as follows: App > Header > Home > Footer In my 'index.js' I have the basic order of statements: import './assets/theme/theme_specific/scss/style.scss'; render( <Router