2024-02-14 15:04:08 +00: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 16:02:01 +00:00
|
|
|
// uses, and in calculations to determine, for example, what color text to use
|
2024-02-14 15:04:08 +00:00
|
|
|
// on a button based on contrast.
|
2024-04-19 10:46:32 +00:00
|
|
|
@import '../foundations/all';
|
|
|
|
@import '../abstracts/all';
|
2024-02-14 15:04:08 +00: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 08:21:52 +00:00
|
|
|
|
|
|
|
// Layout & components
|
|
|
|
@import 'bootstrap-5/scss/root';
|
2024-02-14 15:04:08 +00:00
|
|
|
@import 'bootstrap-5/scss/reboot';
|
2024-05-28 11:40:05 +00:00
|
|
|
@import 'bootstrap-5/scss/transitions';
|
2024-02-14 15:04:08 +00:00
|
|
|
@import 'bootstrap-5/scss/type';
|
|
|
|
@import 'bootstrap-5/scss/images';
|
|
|
|
@import 'bootstrap-5/scss/containers';
|
|
|
|
@import 'bootstrap-5/scss/grid';
|
2024-06-13 12:44:38 +00:00
|
|
|
@import 'bootstrap-5/scss/tables';
|
2024-05-14 13:09:56 +00:00
|
|
|
@import 'bootstrap-5/scss/forms';
|
2024-02-14 15:04:08 +00:00
|
|
|
@import 'bootstrap-5/scss/buttons';
|
2024-02-23 11:23:32 +00:00
|
|
|
@import 'bootstrap-5/scss/dropdown';
|
2024-08-22 12:14:22 +00:00
|
|
|
@import 'bootstrap-5/scss/button-group';
|
2024-04-19 12:30:23 +00:00
|
|
|
@import 'bootstrap-5/scss/badge';
|
2024-09-30 08:11:26 +00:00
|
|
|
@import 'bootstrap-5/scss/list-group';
|
2024-02-14 15:04:08 +00:00
|
|
|
@import 'bootstrap-5/scss/modal';
|
2024-04-15 13:34:32 +00:00
|
|
|
@import 'bootstrap-5/scss/tooltip';
|
2024-09-30 08:11:26 +00:00
|
|
|
@import 'bootstrap-5/scss/popover';
|
2024-03-06 11:31:25 +00:00
|
|
|
@import 'bootstrap-5/scss/spinners';
|
2024-04-19 10:46:32 +00:00
|
|
|
@import 'bootstrap-5/scss/card';
|
2024-05-14 15:53:25 +00:00
|
|
|
@import 'bootstrap-5/scss/close';
|
2024-05-28 11:40:05 +00:00
|
|
|
@import 'bootstrap-5/scss/nav';
|
|
|
|
@import 'bootstrap-5/scss/navbar';
|
2024-03-27 10:56:17 +00:00
|
|
|
|
2024-04-15 08:21:52 +00:00
|
|
|
// Helpers
|
|
|
|
@import 'bootstrap-5/scss/helpers';
|
|
|
|
|
|
|
|
// Utilities
|
|
|
|
@import 'bootstrap-5/scss/utilities/api';
|
|
|
|
|
2024-04-30 08:12:20 +00:00
|
|
|
// Mixins
|
|
|
|
@import 'bootstrap-5/scss/mixins/breakpoints';
|
|
|
|
|
2024-03-27 10:56:17 +00:00
|
|
|
// Components custom style
|
2024-04-19 10:46:32 +00:00
|
|
|
@import '../components/all';
|
2024-04-30 08:12:20 +00:00
|
|
|
|
2024-07-10 13:34:19 +00:00
|
|
|
// Custom helpers
|
|
|
|
@import '../helpers/all';
|
|
|
|
|
2024-09-06 12:36:15 +00:00
|
|
|
// Modals
|
|
|
|
@import '../modals/all';
|
|
|
|
|
2024-04-30 08:12:20 +00:00
|
|
|
// Pages custom style
|
|
|
|
@import '../pages/all';
|