Bootstrap V5 integration for Contao Open Source CMS

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:contao-component

5.3.3 2024-04-13 16:01 UTC

This package is auto-updated.

Last update: 2024-04-13 16:03:23 UTC


README

Logo

Contao Component: Bootstrap

Stores the Bootstrap Framework Package in assets/bootstrap

this cane you use with same Contao Extension:



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