2026-02-12 23:27:13 -05:00
|
|
|
// Required functions import
|
|
|
|
|
@import 'bootstrap/scss/functions';
|
|
|
|
|
|
|
|
|
|
// Optional variable overrides
|
|
|
|
|
// $primary: #ffa500;
|
|
|
|
|
|
|
|
|
|
// Required imports
|
|
|
|
|
@import 'bootstrap/scss/variables';
|
|
|
|
|
@import 'bootstrap/scss/variables-dark';
|
|
|
|
|
@import 'bootstrap/scss/maps';
|
|
|
|
|
@import 'bootstrap/scss/mixins';
|
|
|
|
|
@import 'bootstrap/scss/root';
|
|
|
|
|
|
|
|
|
|
// Optional components
|
|
|
|
|
@import 'bootstrap/scss/utilities';
|
|
|
|
|
@import 'bootstrap/scss/reboot';
|
|
|
|
|
@import 'bootstrap/scss/type';
|
|
|
|
|
@import 'bootstrap/scss/containers';
|
|
|
|
|
@import 'bootstrap/scss/images';
|
|
|
|
|
@import 'bootstrap/scss/nav';
|
|
|
|
|
// @import 'bootstrap/scss/accordion';
|
2026-02-21 16:26:34 -05:00
|
|
|
@import 'bootstrap/scss/alert';
|
2026-03-01 20:04:35 -05:00
|
|
|
@import 'bootstrap/scss/badge';
|
2026-02-12 23:27:13 -05:00
|
|
|
// @import 'bootstrap/scss/breadcrumb';
|
|
|
|
|
// @import 'bootstrap/scss/button-group';
|
2026-02-19 13:46:42 -05:00
|
|
|
@import 'bootstrap/scss/buttons';
|
|
|
|
|
@import 'bootstrap/scss/card';
|
2026-02-12 23:27:13 -05:00
|
|
|
// @import 'bootstrap/scss/carousel';
|
2026-02-19 13:46:42 -05:00
|
|
|
@import 'bootstrap/scss/close';
|
2026-02-26 18:08:08 -05:00
|
|
|
@import 'bootstrap/scss/dropdown';
|
2026-02-23 17:04:45 -05:00
|
|
|
@import 'bootstrap/scss/forms';
|
2026-02-12 23:27:13 -05:00
|
|
|
@import 'bootstrap/scss/grid';
|
2026-03-01 20:04:35 -05:00
|
|
|
@import 'bootstrap/scss/list-group';
|
2026-02-17 07:44:41 -05:00
|
|
|
@import 'bootstrap/scss/modal';
|
2026-02-19 13:46:42 -05:00
|
|
|
@import 'bootstrap/scss/navbar';
|
2026-02-28 20:47:32 -05:00
|
|
|
@import 'bootstrap/scss/offcanvas';
|
2026-02-12 23:27:13 -05:00
|
|
|
// @import 'bootstrap/scss/pagination';
|
|
|
|
|
// @import 'bootstrap/scss/placeholders';
|
|
|
|
|
// @import 'bootstrap/scss/popover';
|
|
|
|
|
// @import 'bootstrap/scss/progress';
|
|
|
|
|
// @import 'bootstrap/scss/spinners';
|
2026-02-21 16:26:34 -05:00
|
|
|
@import 'bootstrap/scss/tables';
|
2026-02-25 14:12:11 -05:00
|
|
|
@import 'bootstrap/scss/toasts';
|
2026-03-16 14:07:37 -04:00
|
|
|
@import 'bootstrap/scss/tooltip';
|
2026-02-19 13:46:42 -05:00
|
|
|
@import 'bootstrap/scss/transitions';
|
2026-02-12 23:27:13 -05:00
|
|
|
|
|
|
|
|
// Optional helpers
|
|
|
|
|
// @import 'bootstrap/scss/helpers';
|
|
|
|
|
|
|
|
|
|
// Optional utilities
|
2026-02-13 21:28:33 -05:00
|
|
|
@import 'bootstrap/scss/utilities/api';
|