Skip to content

bruensicke/li3_bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

li3_bootstrap

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');

Credits