Install bootstrap 5 with bootstrap 4 color scheme

Viewed 135

Bootstrap changed some colors schemes from 4 to 5.

Is there any way to install bootstrap 5 and keep the original colors of boostrap 4 without having to manually change the files?

Is there any cdn that has this styles?

1 Answers

I don't believe that are any cdns or versions to install that have this styles.

What I did is manually override the styles. This Link gives out instructions on how to do it, as well as how to use SASS for more extensive Bootstrap customizations.

Related