40 lines
1.2 KiB
SCSS
40 lines
1.2 KiB
SCSS
|
@import '_bootstrap-extended/include-dark';
|
||
|
|
||
|
// Import bootstrap core scss from node_module
|
||
|
// ! Utilities are customized and added in bootstrap-extended
|
||
|
|
||
|
// Layout & components
|
||
|
@import 'bootstrap/scss/root';
|
||
|
@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/transitions';
|
||
|
@import 'bootstrap/scss/dropdown';
|
||
|
@import 'bootstrap/scss/button-group';
|
||
|
@import 'bootstrap/scss/nav';
|
||
|
@import 'bootstrap/scss/navbar';
|
||
|
@import 'bootstrap/scss/card';
|
||
|
@import 'bootstrap/scss/accordion';
|
||
|
@import 'bootstrap/scss/breadcrumb';
|
||
|
@import 'bootstrap/scss/pagination';
|
||
|
@import 'bootstrap/scss/badge';
|
||
|
@import 'bootstrap/scss/alert';
|
||
|
@import 'bootstrap/scss/progress';
|
||
|
@import 'bootstrap/scss/list-group';
|
||
|
@import 'bootstrap/scss/close';
|
||
|
@import 'bootstrap/scss/toasts';
|
||
|
@import 'bootstrap/scss/modal';
|
||
|
@import 'bootstrap/scss/tooltip';
|
||
|
@import 'bootstrap/scss/popover';
|
||
|
@import 'bootstrap/scss/carousel';
|
||
|
@import 'bootstrap/scss/spinners';
|
||
|
@import 'bootstrap/scss/offcanvas';
|
||
|
|
||
|
// Helpers
|
||
|
@import 'bootstrap/scss/helpers';
|