diff options
| author | Mark Otto <[email protected]> | 2021-11-15 03:03:48 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-15 13:03:48 +0200 |
| commit | 9f099d3e4f6fe5b0c5454d2462cc22d06b6f4a1b (patch) | |
| tree | f566d8bd5af6185fc2167931a5c7afb8e93d7001 /scss/bootstrap-reboot.scss | |
| parent | 96dcc150d5d61d0dddae678c3f28830206c338b4 (diff) | |
| download | bootstrap-9f099d3e4f6fe5b0c5454d2462cc22d06b6f4a1b.tar.xz bootstrap-9f099d3e4f6fe5b0c5454d2462cc22d06b6f4a1b.zip | |
Move reassigned Sass maps for colors to another stylesheet (#34942)
Diffstat (limited to 'scss/bootstrap-reboot.scss')
| -rw-r--r-- | scss/bootstrap-reboot.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/bootstrap-reboot.scss b/scss/bootstrap-reboot.scss index 965332a60..726758e92 100644 --- a/scss/bootstrap-reboot.scss +++ b/scss/bootstrap-reboot.scss @@ -8,6 +8,7 @@ @import "functions"; @import "variables"; +@import "maps"; @import "mixins"; @import "root"; @import "reboot"; |
