You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: