Customize bootstrap for Concrete5.7

Permalink
Hey Concrete5 Members!

I was curious what Concrete5.7 really needs from Bootstrap and which code can be disabled?

Bootstrap customize page:http://getbootstrap.com/customize/...

nesoor
 
MrKDilkington replied on at Permalink Best Answer Reply
MrKDilkington
Hi nesoor,

This list includes the Bootstrap assets that come with concrete5 5.7.
https://www.concrete5.org/documentation/developers/5.7/appendix/asse...

The concrete5 UI itself does not need additional Bootstrap (it has its own).

The Elemental theme uses Bootstrap heavily from the grid to styling. It provides its own version which is registered in the page_theme.php - "$this->providesAsset('css', 'bootstrap/*');".

You can take a look at what is used in the Elemental theme.
concrete\themes\elemental\css\build\bootstrap-3.2.0

It all depends on what you need for the theme.
nesoor replied on at Permalink Reply
nesoor
Hey MrKDilkington,

There is still a lot to learn about Concrete5.7 for me ;)