jedocodes-components / bootstrap
Contao开源内容管理系统(Open Source CMS)的Bootstrap V5集成
5.3.3
2024-04-13 16:01 UTC
Requires
- contao-components/installer: ^1.0.9
Replaces
README
Contao组件:Bootstrap
将Bootstrap框架包存储在 assets/bootstrap
您可以使用与相同Contao扩展相同的这个包
// Import the bootstrao component from the assets directory
@import "../../../assets/bootstrap/scss/bootstrap.scss";
to use it in our template use the follow
<link href="../assets/bootstrap/scss/bootstrap.scss" rel="stylesheet">