Created
May 29, 2023 22:06
-
-
Save phreakin/2c63a7d30acc9d214c732d4311bc6394 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
// Functions first | |
@import "bootstrap/scss/functions"; | |
// Required Bootstrap imports | |
@import "bootstrap/scss/variables"; | |
@import "bootstrap/scss/mixins"; | |
// Optional components | |
@import "bootstrap/scss/utilities"; | |
@import "bootstrap/scss/reboot"; | |
@import "bootstrap/scss/containers"; | |
@import "bootstrap/scss/grid"; | |
@import "~bootstrap/scss/helpers"; | |
@import "bootstrap/scss/utilities/api"; | |
// Optional components | |
@import "bootstrap/scss/type"; | |
@import "bootstrap/scss/images"; | |
@import "bootstrap/scss/grid"; | |
@import "bootstrap/scss/tables"; | |
@import "bootstrap/scss/forms"; | |
@import "bootstrap/scss/buttons"; | |
// Mixin components | |
@import "bootstrap/scss/modal"; | |
@import "bootstrap/scss/tooltip"; | |
@import "bootstrap/scss/popover"; | |
@import "bootstrap/scss/carousel"; | |
@import "bootstrap/scss/spinners"; | |
@import "bootstrap/scss/toasts"; | |
// Custom components | |
@import "bootstrap/scss/dropdown"; | |
@import "bootstrap/scss/button-group"; | |
@import "bootstrap/scss/nav"; | |
@import "bootstrap/scss/navbar"; | |
@import "bootstrap/scss/card"; | |
@import "bootstrap/scss/badge"; | |
@import "bootstrap/scss/alert"; | |
@import "bootstrap/scss/forms"; | |
@import "bootstrap/scss/list-group"; | |
// Custom variables | |
@import "variables"; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment