62 lines
1.7 KiB
Sass
62 lines
1.7 KiB
Sass
// Configure Bootstrap with your custom variables
|
|
|
|
// Use @import for Bootstrap (works reliably with Jekyll)
|
|
@import "bootstrap5/functions"
|
|
|
|
@import "bootstrap5/variables"
|
|
@import "bootstrap5/variables-dark"
|
|
|
|
// Override Bootstrap variables here or in a separate file
|
|
@import "custom-variables"
|
|
|
|
@import "bootstrap5/maps"
|
|
@import "bootstrap5/mixins"
|
|
@import "bootstrap5/utilities"
|
|
|
|
// Import ONLY the Bootstrap components you need
|
|
// ===== CORE REQUIRED COMPONENTS =====
|
|
@import "bootstrap5/root"
|
|
@import "bootstrap5/reboot"
|
|
|
|
// ===== LAYOUT & CONTENT =====
|
|
@import "bootstrap5/containers"
|
|
@import "bootstrap5/grid"
|
|
@import "bootstrap5/images"
|
|
@import "bootstrap5/tables"
|
|
@import "bootstrap5/type"
|
|
|
|
// ===== FORM COMPONENTS =====
|
|
// @import "bootstrap5/forms"
|
|
@import "bootstrap5/buttons"
|
|
// @import "bootstrap5/button-group"
|
|
|
|
// ===== COMPONENTS USED =====
|
|
// @import "bootstrap5/accordion"
|
|
// @import "bootstrap5/alert"
|
|
// @import "bootstrap5/badge"
|
|
// @import "bootstrap5/breadcrumb"
|
|
@import "bootstrap5/card"
|
|
// @import "bootstrap5/close"
|
|
// @import "bootstrap5/list-group"
|
|
// @import "bootstrap5/nav"
|
|
// @import "bootstrap5/navbar"
|
|
// @import "bootstrap5/pagination"
|
|
// @import "bootstrap5/progress"
|
|
// @import "bootstrap5/toasts"
|
|
|
|
// ===== INTERACTIVE COMPONENTS =====
|
|
// @import "bootstrap5/carousel"
|
|
// @import "bootstrap5/dropdown"
|
|
// @import "bootstrap5/modal"
|
|
// @import "bootstrap5/offcanvas"
|
|
// @import "bootstrap5/placeholders"
|
|
// @import "bootstrap5/popover"
|
|
// @import "bootstrap5/spinners"
|
|
// @import "bootstrap5/tooltip"
|
|
// @import "bootstrap5/transitions"
|
|
|
|
// ===== HELPERS & UTILITIES =====
|
|
@import "bootstrap5/helpers"
|
|
@import "bootstrap5/utilities"
|
|
@import "bootstrap5/utilities/api"
|