Contao开源内容管理系统(Open Source CMS)的Bootstrap V5集成

安装: 19

依赖项: 0

建议者: 0

安全: 0

星星: 0

关注者: 1

分支: 0

开放问题: 0

语言:JavaScript

类型:contao-component

5.3.3 2024-04-13 16:01 UTC

This package is auto-updated.

Last update: 2024-09-13 17:00:07 UTC


README

Logo

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">