Lithium plugin to easily use twitters bootstrap.
Add submodule to your li3 libraries:
git submodule add https://github.com/bruensicke/li3_bootstrap.git libraries/li3_bootstrap
and activate it in you app (config/bootstrap/libraries.php
), of course:
Libraries::add('li3_bootstrap');
Note: li3_bootstrap
supports usage of .less
files, in order to do so, you need li3_less
, see below for details
Optional
In order to use the .less files, instead of .css - you need the li3_less
library and load it before loading li3_bootstrap.
Libraries::add('li3_less');
Libraries::add('li3_bootstrap');