Hi folks,
I want to override the default Bootstrap color setup. What is the best way to do this?
Regards,
U4EA
Hi folks,
I want to override the default Bootstrap color setup. What is the best way to do this?
Regards,
U4EA
Create your own asset bundle depending on bootstrap’s bundle including custom CSS.
Override values you need in that CSS.
Register your new bundle.
Thanks.
What I ended up doing was taking a copy of the bootstrap files into a separate directory and modifying the core bootstrap CSS in there then compiling the LESSC in PHPStorm.