aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorDaniel Raymond <[email protected]>2022-11-16 03:51:44 +0100
committerGitHub <[email protected]>2022-11-15 18:51:44 -0800
commit5f67d38bb2f30f833519f205353ff6ba839fb40f (patch)
tree3f3f2b85f4fc259a5f52ee51b3a008211e0c19e1 /scss
parent46a7035ab2869789fcb737093f29a7b6403b213b (diff)
downloadbootstrap-5f67d38bb2f30f833519f205353ff6ba839fb40f.tar.xz
bootstrap-5f67d38bb2f30f833519f205353ff6ba839fb40f.zip
Grid Gap Updates (#37413)
* Grid Gap Updates - added column-gap - added row-gap * Grid Gap Updates * Bundlewatch update * Apply suggestions from code review Co-authored-by: Daniel O <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]>
Diffstat (limited to 'scss')
-rw-r--r--scss/_utilities.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/scss/_utilities.scss b/scss/_utilities.scss
index d69f89a98..a8c8b89a7 100644
--- a/scss/_utilities.scss
+++ b/scss/_utilities.scss
@@ -472,6 +472,18 @@ $utilities: map-merge(
class: gap,
values: $spacers
),
+ "row-gap": (
+ responsive: true,
+ property: row-gap,
+ class: row-gap,
+ values: $spacers
+ ),
+ "column-gap": (
+ responsive: true,
+ property: column-gap,
+ class: column-gap,
+ values: $spacers
+ ),
// scss-docs-end utils-spacing
// Text
// scss-docs-start utils-text