|
/*! You can insert a comment here. It will be included in the CSS. */ |
|
|
|
//Custom SCSS can be placed in here, for example |
|
|
|
//Required |
|
|
|
@import "bootstrap/scss/functions"; |
|
@import "bootstrap/scss/variables"; |
|
@import "bootstrap/scss/mixins"; |
|
|
|
//Components - remove any that you don't need |
|
|
|
@import "bootstrap/scss/root"; |
|
@import "bootstrap/scss/reboot"; |
|
@import "bootstrap/scss/type"; |
|
@import "bootstrap/scss/images"; |
|
@import "bootstrap/scss/code"; |
|
@import "bootstrap/scss/grid"; |
|
@import "bootstrap/scss/tables"; |
|
@import "bootstrap/scss/forms"; |
|
@import "bootstrap/scss/buttons"; |
|
@import "bootstrap/scss/transitions"; |
|
@import "bootstrap/scss/dropdown"; |
|
@import "bootstrap/scss/button-group"; |
|
@import "bootstrap/scss/input-group"; |
|
@import "bootstrap/scss/custom-forms"; |
|
@import "bootstrap/scss/nav"; |
|
@import "bootstrap/scss/navbar"; |
|
@import "bootstrap/scss/card"; |
|
@import "bootstrap/scss/breadcrumb"; |
|
@import "bootstrap/scss/pagination"; |
|
@import "bootstrap/scss/badge"; |
|
@import "bootstrap/scss/jumbotron"; |
|
@import "bootstrap/scss/alert"; |
|
@import "bootstrap/scss/progress"; |
|
@import "bootstrap/scss/media"; |
|
@import "bootstrap/scss/list-group"; |
|
@import "bootstrap/scss/close"; |
|
@import "bootstrap/scss/toasts"; |
|
@import "bootstrap/scss/modal"; |
|
@import "bootstrap/scss/tooltip"; |
|
@import "bootstrap/scss/popover"; |
|
@import "bootstrap/scss/carousel"; |
|
@import "bootstrap/scss/spinners"; |
|
@import "bootstrap/scss/utilities"; |
|
@import "bootstrap/scss/print"; |
@jorn1 Hi, thanks for letting me know! This Gist hasn't been updated since Bootstrap 4.1.1, so there might be some other new components that aren't included as well.
I'll have a look on what has changed and will update the Gist shortly π
I've also been planning on refactoring
scss-powertools
, to make it faster and more efficient. I'm hoping that I can ship it at some time in the coming months!