lexprodsas/contao-component-bootstrap

Installs: 18

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

Language:HTML

Type:contao-component

dev-master 2022-11-08 18:14 UTC

This package is auto-updated.

Last update: 2024-04-08 20:58:02 UTC


README

Logo

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.