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/...
I was curious what Concrete5.7 really needs from Bootstrap and which code can be disabled?
Bootstrap customize page:http://getbootstrap.com/customize/...
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.