|
11 | 11 | @import "../../vendor/twbs/bootstrap/scss/variables"; |
12 | 12 | @import "../../vendor/twbs/bootstrap/scss/variables-dark"; |
13 | 13 |
|
| 14 | +// Remove Bootstrap variables/overrides |
| 15 | +$theme-colors: map-remove($theme-colors, "info", "light"); |
| 16 | + |
14 | 17 | // Boostrap remainder of required parts |
15 | 18 | @import "../../vendor/twbs/bootstrap/scss/maps"; |
16 | 19 | @import "../../vendor/twbs/bootstrap/scss/mixins"; |
17 | 20 | @import "../../vendor/twbs/bootstrap/scss/utilities"; |
18 | 21 | @import "../../vendor/twbs/bootstrap/scss/root"; |
19 | 22 |
|
| 23 | +// Remove multiple utilities with a comma-separated list |
| 24 | +// Margin |
| 25 | +$utilities: map-remove( |
| 26 | + $utilities, |
| 27 | + // Background |
| 28 | + "bg-opacity", |
| 29 | + "subtle-background-color", |
| 30 | +
|
| 31 | + // Negative margin |
| 32 | + "negative-margin", |
| 33 | + "negative-margin-x", |
| 34 | + "negative-margin-y", |
| 35 | + "negative-margin-top", |
| 36 | + "negative-margin-end", |
| 37 | + "negative-margin-bottom", |
| 38 | + "negative-margin-start", |
| 39 | + // Link |
| 40 | + "link-opacity", |
| 41 | + "link-offset", |
| 42 | + "link-underline", |
| 43 | + "link-underline-opacity", |
| 44 | + // Border |
| 45 | + "border", |
| 46 | + "border-top", |
| 47 | + "border-end", |
| 48 | + "border-bottom", |
| 49 | + "border-start", |
| 50 | + "border-color", |
| 51 | + "subtle-border-color", |
| 52 | + "border-width", |
| 53 | + "border-opacity", |
| 54 | + // Position |
| 55 | + "top", |
| 56 | + "bottom", |
| 57 | + "start", |
| 58 | + "end", |
| 59 | + "translate-middle", |
| 60 | +); |
| 61 | + |
20 | 62 | // Layout & components |
21 | 63 | @import "../../vendor/twbs/bootstrap/scss/reboot"; |
22 | 64 | @import "../../vendor/twbs/bootstrap/scss/type"; |
|
48 | 90 | // @import "../../vendor/twbs/bootstrap/scss/spinners"; |
49 | 91 | // @import "../../vendor/twbs/bootstrap/scss/offcanvas"; |
50 | 92 | // @import "../../vendor/twbs/bootstrap/scss/placeholders"; |
| 93 | + |
51 | 94 | // Helpers |
52 | | -@import "../../vendor/twbs/bootstrap/scss/helpers"; |
| 95 | +@import "../../vendor/twbs/bootstrap/scss/helpers/clearfix"; |
| 96 | +//@import "../../vendor/twbs/bootstrap/scss/helpers/color-bg"; |
| 97 | +//@import "../../vendor/twbs/bootstrap/scss/helpers/colored-links"; |
| 98 | +@import "../../vendor/twbs/bootstrap/scss/helpers/focus-ring"; |
| 99 | +//@import "../../vendor/twbs/bootstrap/scss/helpers/icon-link"; |
| 100 | +//@import "../../vendor/twbs/bootstrap/scss/helpers/ratio"; |
| 101 | +//@import "../../vendor/twbs/bootstrap/scss/helpers/position"; |
| 102 | +@import "../../vendor/twbs/bootstrap/scss/helpers/stacks"; |
| 103 | +//@import "../../vendor/twbs/bootstrap/scss/helpers/visually-hidden"; |
| 104 | +@import "../../vendor/twbs/bootstrap/scss/helpers/stretched-link"; |
| 105 | +//@import "../../vendor/twbs/bootstrap/scss/helpers/text-truncation"; |
| 106 | +//@import "../../vendor/twbs/bootstrap/scss/helpers/vr"; |
| 107 | + |
| 108 | + |
| 109 | + |
53 | 110 | // Utilities |
54 | 111 | @import "../../vendor/twbs/bootstrap/scss/utilities/api"; |
55 | 112 |
|
|
0 commit comments