bruensicke/li3_bootstrap

lithium plugin to drive lithium with twitter bootstrap

Installs: 47

Dependents: 1

Suggesters: 0

Security: 0

Stars: 5

Watchers: 8

Forks: 3

Open Issues: 0

Language:CSS

Type:lithium-library

v2.3.2 2013-07-26 09:38 UTC

This package is not auto-updated.

Last update: 2024-04-27 12:12:40 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');

Credits