Last active
June 17, 2023 06:43
-
-
Save tfsojon/200f134f5e2143316233d0e892f9d50b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Bootstrap 5.3.0 | |
@import "../bootstrap/mixins/banner"; | |
@include bsBanner(""); | |
// scss-docs-start import-stack | |
// Configuration | |
@import "../bootstrap/functions"; | |
@import "../bootstrap/variables"; | |
@import "../bootstrap/variables-dark"; | |
@import "../bootstrap/maps"; | |
@import "../bootstrap/mixins"; | |
@import "../bootstrap/utilities"; | |
// Layout & components | |
@import "../bootstrap/root"; | |
@import "../bootstrap/reboot"; | |
@import "../bootstrap/type"; | |
@import "../bootstrap/images"; | |
@import "../bootstrap/containers"; | |
@import "../bootstrap/grid"; | |
@import "../bootstrap/tables"; | |
@import "../bootstrap/forms"; | |
@import "../bootstrap/buttons"; | |
@import "../bootstrap/transitions"; | |
@import "../bootstrap/dropdown"; | |
// @import "../bootstrap/button-group"; | |
@import "../bootstrap/nav"; | |
@import "../bootstrap/navbar"; | |
@import "../bootstrap/card"; | |
@import "../bootstrap/accordion"; | |
@import "../bootstrap/breadcrumb"; | |
@import "../bootstrap/pagination"; | |
// @import "../bootstrap/badge"; | |
// @import "../bootstrap/alert"; | |
// @import "../bootstrap/progress"; | |
// @import "../bootstrap/list-group"; | |
// @import "../bootstrap/close"; | |
// @import "../bootstrap/toasts"; | |
@import "../bootstrap/modal"; | |
// @import "../bootstrap/tooltip"; | |
// @import "../bootstrap/popover"; | |
// @import "../bootstrap/carousel"; | |
// @import "../bootstrap/spinners"; | |
// @import "../bootstrap/offcanvas"; | |
// @import "../bootstrap/placeholders"; | |
// Helpers | |
@import "../bootstrap/helpers"; | |
// Utilities | |
@import "../bootstrap/utilities/api"; | |
// scss-docs-end import-stack |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment