Initialisierung
This commit is contained in:
parent
4084518848
commit
6dd9fa38f6
116 changed files with 17349 additions and 2 deletions
39
assets/_own/sass/main.scss
Normal file
39
assets/_own/sass/main.scss
Normal file
|
@ -0,0 +1,39 @@
|
|||
|
||||
// 1. Include functions first (so you can manipulate colors, SVGs, calc, etc)
|
||||
@import "../../bootstrap/scss/functions";
|
||||
|
||||
// 2. Include any default variable overrides here
|
||||
|
||||
// 3. Include remainder of required Bootstrap stylesheets
|
||||
@import "../../bootstrap/scss/variables";
|
||||
|
||||
// 4. Include any default map overrides here
|
||||
|
||||
// 5. Include remainder of required parts
|
||||
@import "../../bootstrap/scss/maps";
|
||||
@import "../../bootstrap/scss/mixins";
|
||||
@import "../../bootstrap/scss/root";
|
||||
|
||||
// 6. Optionally include any other parts as needed
|
||||
// ACHTUNG: Wenn notwendig hier erweitern reihenfolge siehe bootstap.scss)
|
||||
@import "../../bootstrap/scss/utilities";
|
||||
@import "../../bootstrap/scss/reboot";
|
||||
@import "../../bootstrap/scss/type";
|
||||
@import "../../bootstrap/scss/images";
|
||||
@import "../../bootstrap/scss/containers";
|
||||
@import "../../bootstrap/scss/grid";
|
||||
@import "../../bootstrap/scss/tables";
|
||||
@import "../../bootstrap/scss/forms";
|
||||
@import "../../bootstrap/scss/buttons";
|
||||
@import "../../bootstrap/scss/button-group";
|
||||
@import "../../bootstrap/scss/nav";
|
||||
@import "../../bootstrap/scss/navbar";
|
||||
@import "../../bootstrap/scss/pagination";
|
||||
@import "../../bootstrap/scss/badge";
|
||||
//@import "../../bootstrap/scss/placeholders";
|
||||
@import "../../bootstrap/scss/helpers";
|
||||
|
||||
// 7. Optionally include utilities API last to generate classes based on the Sass map in `_utilities.scss`
|
||||
@import "../../bootstrap/scss/utilities/api";
|
||||
|
||||
// 8. Add additional custom code here
|
Loading…
Add table
Add a link
Reference in a new issue