PatrickJS / NG6-starter

:ng: An AngularJS Starter repo for AngularJS + ES6 + Webpack
https://angularclass.github.io/NG6-starter
Apache License 2.0
1.91k stars 1.35k forks source link

Load custom SASS after npm modules have been loaded #216

Open roymj88 opened 7 years ago

roymj88 commented 7 years ago

Hi,

I have a problem where i need to override some Bootstrap styles(Added via npm). I have added custom sass in `app/assets' folder and while running the app, the bootstrap CSS is loaded 2nd and hence over-rides the custom css.

Is there a way to load the vendor.css first and then our styles 2nd in the index.html?