Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2021-11-15 14:03:48 +0300
committerGitHub <noreply@github.com>2021-11-15 14:03:48 +0300
commit9f099d3e4f6fe5b0c5454d2462cc22d06b6f4a1b (patch)
treef566d8bd5af6185fc2167931a5c7afb8e93d7001 /scss/bootstrap.scss
parent96dcc150d5d61d0dddae678c3f28830206c338b4 (diff)
Move reassigned Sass maps for colors to another stylesheet (#34942)
Diffstat (limited to 'scss/bootstrap.scss')
-rw-r--r--scss/bootstrap.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss
index 0819eee3c7..6a5d131667 100644
--- a/scss/bootstrap.scss
+++ b/scss/bootstrap.scss
@@ -9,6 +9,7 @@
// Configuration
@import "functions";
@import "variables";
+@import "maps";
@import "mixins";
@import "utilities";