aboutsummaryrefslogtreecommitdiff
path: root/scss/_grid.scss
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2023-01-09 20:41:32 +0100
committerMark Otto <[email protected]>2023-01-11 10:01:11 -0800
commit748702d00f623c9b3700a83b743429beeae85e29 (patch)
treed87fb594a6519891421787deee4b4247e09b8064 /scss/_grid.scss
parent791c44cc6d556f05eb5acd0206c2aa6fe77e1a7d (diff)
downloadbootstrap-748702d00f623c9b3700a83b743429beeae85e29.tar.xz
bootstrap-748702d00f623c9b3700a83b743429beeae85e29.zip
Reduce bootstrap-grid.css content
Diffstat (limited to 'scss/_grid.scss')
-rw-r--r--scss/_grid.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/scss/_grid.scss b/scss/_grid.scss
index 0e0ba210a..048f8009a 100644
--- a/scss/_grid.scss
+++ b/scss/_grid.scss
@@ -2,6 +2,12 @@
//
// Rows contain your columns.
+:root {
+ @each $name, $value in $grid-breakpoints {
+ --#{$prefix}breakpoint-#{$name}: #{$value};
+ }
+}
+
@if $enable-grid-classes {
.row {
@include make-row();