I need to modify bootstrap.css
to fit my website. I feel it\'s better to create a separate custom.css
file instead of modifying bootstrap.css
It should not effect the load time much since you are overriding parts of the base stylesheet.
Here are some best practices I personally follow:
!important
if possible. That can override some important styles from the base CSS files.