I would like to ask why in the custom.css need use !important
to overwrite some styles in bootstrap.css
like :
input, button, navbar etc.
For example :
.navbar{
background :#52B3D9;
border-radius:0px !important;
border-top:4px solid #1E8BC3 !important;}
It is possible to overwrite bootstrap.css without using !important?