bruensicke/li3_bootstrap
Composer 安装命令:
composer require bruensicke/li3_bootstrap
包简介
lithium plugin to drive lithium with twitter bootstrap
README 文档
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
统计信息
- 总下载量: 47
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2013-04-11