Sha256: c99da02286b93793dd2b16fcb609614a9078c41b334cdc6fb755e933bf1abbd4
Contents?: true
Size: 1.63 KB
Versions: 4
Compression:
Stored size: 1.63 KB
Contents
@import "bootstrap/mixins/banner"; @include bsBanner(Grid); $include-column-box-sizing: true !default; @import "bootstrap/functions"; @import "bootstrap/variables"; @import "bootstrap/maps"; @import "bootstrap/mixins/lists"; @import "bootstrap/mixins/breakpoints"; @import "bootstrap/mixins/container"; @import "bootstrap/mixins/grid"; @import "bootstrap/mixins/utilities"; @import "bootstrap/vendor/rfs"; @import "bootstrap/root"; @import "bootstrap/containers"; @import "bootstrap/grid"; @import "bootstrap/utilities"; // Only use the utilities we need // stylelint-disable-next-line scss/dollar-variable-default $utilities: map-get-multiple( $utilities, ( "bootstrap/display", "bootstrap/order", "bootstrap/flex", "bootstrap/flex-direction", "bootstrap/flex-grow", "bootstrap/flex-shrink", "bootstrap/flex-wrap", "bootstrap/justify-content", "bootstrap/align-items", "bootstrap/align-content", "bootstrap/align-self", "bootstrap/margin", "bootstrap/margin-x", "bootstrap/margin-y", "bootstrap/margin-top", "bootstrap/margin-end", "bootstrap/margin-bottom", "bootstrap/margin-start", "bootstrap/negative-margin", "bootstrap/negative-margin-x", "bootstrap/negative-margin-y", "bootstrap/negative-margin-top", "bootstrap/negative-margin-end", "bootstrap/negative-margin-bottom", "bootstrap/negative-margin-start", "bootstrap/padding", "bootstrap/padding-x", "bootstrap/padding-y", "bootstrap/padding-top", "bootstrap/padding-end", "bootstrap/padding-bottom", "bootstrap/padding-start", ) ); @import "bootstrap/utilities/api";
Version data entries
4 entries across 4 versions & 1 rubygems