markocupic / contao-component-bootstrap
Package info
github.com/markocupic/contao-component-bootstrap
Language:MDX
Type:contao-component
pkg:composer/markocupic/contao-component-bootstrap
5.3.8
2026-03-01 12:24 UTC
Requires
This package is auto-updated.
Last update: 2026-05-29 13:18:20 UTC
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.
