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?
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?