lexprodsas / contao-component-bootstrap
Installs: 18
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Language:HTML
Type:contao-component
Requires
This package is auto-updated.
Last update: 2025-01-08 22:34:48 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
**/
$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.