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-10-05 19:46:33 +0300
committerGitHub <noreply@github.com>2021-10-05 19:46:33 +0300
commit57d80fcd3274ba1ff0a1580966e098fda80f74e7 (patch)
treee561729241cca5f91f7cfeda117f6debf19a11b4 /scss/_variables.scss
parentcf2f7cfbe5f33c35d238c8455a5f7f9d9ba71804 (diff)
Separate container classes from `$enable-grid-classes` option (#35005)
* Separate container classes from enable-grid-classes optoin * Document the new option * Mention in migration guide Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'scss/_variables.scss')
-rw-r--r--scss/_variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index f33b804a17..79c1498f6b 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -345,6 +345,7 @@ $enable-transitions: true !default;
$enable-reduced-motion: true !default;
$enable-smooth-scroll: true !default;
$enable-grid-classes: true !default;
+$enable-container-classes: true !default;
$enable-cssgrid: false !default;
$enable-button-pointers: true !default;
$enable-rfs: true !default;