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