bruensicke / li3_bootstrap
lithium plugin to drive lithium with twitter bootstrap
Package info
github.com/bruensicke/li3_bootstrap
Language:CSS
Type:lithium-library
pkg:composer/bruensicke/li3_bootstrap
v2.3.2
2013-07-26 09:38 UTC
Requires
- php: >=5.3
- composer/installers: *
Suggests
- UnionOfRAD/lithium: Lithium is required for this plugin.
This package is not auto-updated.
Last update: 2026-03-14 21:17:23 UTC
README
Lithium plugin to easily use twitters bootstrap.
Installation
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
Requirements
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');