2024-02-14 10:04:08 -05:00
|
|
|
// Only include the parts of Bootstrap we need to minimize bundle size
|
|
|
|
|
|
|
|
// Include functions first (enabling manipulation of colors, SVGs, calc, etc. in the variable overrides)
|
|
|
|
@import 'bootstrap-5/scss/functions';
|
|
|
|
|
|
|
|
// Overrides for Bootstrap 5 Sass variables. These have to be included before
|
|
|
|
// Bootstrap itself because Bootstrap uses them to create the CSS variables it
|
2024-02-21 11:02:01 -05:00
|
|
|
// uses, and in calculations to determine, for example, what color text to use
|
2024-02-14 10:04:08 -05:00
|
|
|
// on a button based on contrast.
|
2024-04-19 06:46:32 -04:00
|
|
|
@import '../foundations/all';
|
|
|
|
@import '../abstracts/all';
|
2024-02-14 10:04:08 -05:00
|
|
|
|
|
|
|
// Include remainder of required Bootstrap stylesheets (including any separate color mode stylesheets)
|
|
|
|
@import 'bootstrap-5/scss/variables';
|
|
|
|
@import 'bootstrap-5/scss/variables-dark';
|
|
|
|
|
|
|
|
// Include remainder of required parts
|
|
|
|
@import 'bootstrap-5/scss/maps';
|
|
|
|
@import 'bootstrap-5/scss/mixins';
|
|
|
|
@import 'bootstrap-5/scss/utilities';
|
2024-04-15 04:21:52 -04:00
|
|
|
|
|
|
|
// Layout & components
|
|
|
|
@import 'bootstrap-5/scss/root';
|
2024-02-14 10:04:08 -05:00
|
|
|
@import 'bootstrap-5/scss/reboot';
|
2024-05-28 07:40:05 -04:00
|
|
|
@import 'bootstrap-5/scss/transitions';
|
2024-02-14 10:04:08 -05:00
|
|
|
@import 'bootstrap-5/scss/type';
|
|
|
|
@import 'bootstrap-5/scss/images';
|
|
|
|
@import 'bootstrap-5/scss/containers';
|
|
|
|
@import 'bootstrap-5/scss/grid';
|
2024-06-13 08:44:38 -04:00
|
|
|
@import 'bootstrap-5/scss/tables';
|
2024-05-14 09:09:56 -04:00
|
|
|
@import 'bootstrap-5/scss/forms';
|
2024-02-14 10:04:08 -05:00
|
|
|
@import 'bootstrap-5/scss/buttons';
|
2024-02-23 06:23:32 -05:00
|
|
|
@import 'bootstrap-5/scss/dropdown';
|
2024-08-22 08:14:22 -04:00
|
|
|
@import 'bootstrap-5/scss/button-group';
|
2024-04-19 08:30:23 -04:00
|
|
|
@import 'bootstrap-5/scss/badge';
|
2024-09-30 04:11:26 -04:00
|
|
|
@import 'bootstrap-5/scss/list-group';
|
2024-02-14 10:04:08 -05:00
|
|
|
@import 'bootstrap-5/scss/modal';
|
2024-04-15 09:34:32 -04:00
|
|
|
@import 'bootstrap-5/scss/tooltip';
|
2024-09-30 04:11:26 -04:00
|
|
|
@import 'bootstrap-5/scss/popover';
|
2024-03-06 06:31:25 -05:00
|
|
|
@import 'bootstrap-5/scss/spinners';
|
2024-04-19 06:46:32 -04:00
|
|
|
@import 'bootstrap-5/scss/card';
|
2024-05-14 11:53:25 -04:00
|
|
|
@import 'bootstrap-5/scss/close';
|
2024-05-28 07:40:05 -04:00
|
|
|
@import 'bootstrap-5/scss/nav';
|
|
|
|
@import 'bootstrap-5/scss/navbar';
|
2024-10-11 05:22:38 -04:00
|
|
|
@import 'bootstrap-5/scss/offcanvas';
|
2024-03-27 06:56:17 -04:00
|
|
|
|
2024-04-15 04:21:52 -04:00
|
|
|
// Helpers
|
|
|
|
@import 'bootstrap-5/scss/helpers';
|
|
|
|
|
|
|
|
// Utilities
|
|
|
|
@import 'bootstrap-5/scss/utilities/api';
|
|
|
|
|
2024-04-30 04:12:20 -04:00
|
|
|
// Mixins
|
|
|
|
@import 'bootstrap-5/scss/mixins/breakpoints';
|
|
|
|
|
2024-03-27 06:56:17 -04:00
|
|
|
// Components custom style
|
2024-04-19 06:46:32 -04:00
|
|
|
@import '../components/all';
|
2024-04-30 04:12:20 -04:00
|
|
|
|
2024-07-10 09:34:19 -04:00
|
|
|
// Custom helpers
|
|
|
|
@import '../helpers/all';
|
|
|
|
|
2024-09-06 08:36:15 -04:00
|
|
|
// Modals
|
|
|
|
@import '../modals/all';
|
|
|
|
|
2024-04-30 04:12:20 -04:00
|
|
|
// Pages custom style
|
|
|
|
@import '../pages/all';
|