PatrickJS/NG6-starter

Load custom SASS after npm modules have been loaded

roymj88 opened this issue · 0 comments

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?