lexprodsas/contao-component-bootstrap
Composer 安装命令:
composer require lexprodsas/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
**/
$bootstrapFolder: "../../assets/contao-component-bootstrap/bootstrap/scss/";
// Import the bootstrap component from the assets directory
@import $bootstrapFolder + "bootstrap";
// Import some other custom style definitions
@import $bootstrapFolder + "base/page";
@import $bootstrapFolder + "base/layout";
@import $bootstrapFolder + "base/type";
// etc.
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2022-08-03
