Import all bootstrap modules

This commit is contained in:
George Lacey 2021-05-10 18:54:06 +01:00
parent 66c113fb8b
commit f067aa1a1c

View File

@ -2,7 +2,6 @@
@import "./scss/functions"; @import "./scss/functions";
// 2. Include any default variable overrides here // 2. Include any default variable overrides here
$primary: #a0c4ff;
// 3. Include remainder of required Bootstrap stylesheets // 3. Include remainder of required Bootstrap stylesheets
@import "./scss/variables"; @import "./scss/variables";
@ -10,9 +9,9 @@ $primary: #a0c4ff;
$custom-colors: ( $custom-colors: (
"primary": #a0c4ff, "primary": #a0c4ff,
"secondary": #ffc6ff, "info": #ffc6ff,
"success": #caffbf, "success": #caffbf,
"info": #bdb2ff, "secondary": #bdb2ff,
"warning": #fdffb6, "warning": #fdffb6,
"danger": #ffadad, "danger": #ffadad,
"light": #f8f9fa, "light": #f8f9fa,
@ -23,12 +22,14 @@ $theme-colors: map-merge($theme-colors, $custom-colors);
//$theme-colors: map-merge($theme-colors, $custom-colors); //$theme-colors: map-merge($theme-colors, $custom-colors);
// 4. Include any optional Bootstrap components as you like // 4. Include any optional Bootstrap components as you like
@import "./scss/root"; //@import "./scss/root";
@import "./scss/reboot"; //@import "./scss/reboot";
@import "./scss/type"; //@import "./scss/type";
@import "./scss/images"; //@import "./scss/images";
@import "./scss/containers"; //@import "./scss/containers";
@import "./scss/grid"; //@import "./scss/grid";
//@import "./scss/nav";
//@import "./scss/navbar";
// 5. Add additional custom code here // 5. Add additional custom code here
@import "./scss/bootstrap"; @import "./scss/bootstrap";