markocupic/contao-component-bootstrap
最新稳定版本:5.3.3
Composer 安装命令:
composer require markocupic/contao-component-bootstrap
包简介
README 文档
README
Contao Component Bootstrap
Stores the Bootstrap Package in assets/contao-component-bootstrap
Embed bootstrap in your custom sass file
f.ex if your main.scss is located in files/mytheme/scss/main.scss you can import bootstrap like this:
/**
files/mytheme/scss/main.scss
**/
// Import the bootstrap component from the assets directory
@import "../../../assets/contao-component-bootstrap/bootstrap/scss/bootstrap.scss";
// Import some other custom style definitions
@import "base/page";
@import "base/layout";
@import "base/type";
// etc.
统计信息
- 总下载量: 1.87k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 4
- 推荐数: 1
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2019-06-08
