0👍
- Include the bootstrap.css file before the bundled webpack file.
- Use clear selectors, because they are called in hierachy. Like inline, id, class… the more precise selector is used.
The following list of selector types increases by specificity:
https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity#Selector_Types
Source:stackexchange.com