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
path: root/site
diff options
context:
space:
mode:
authorCFX <cfxd@users.noreply.github.com>2021-04-06 21:45:28 +0300
committerGitHub <noreply@github.com>2021-04-06 21:45:28 +0300
commit0c56749f136c0d01aaebe17b6bf1584239f80869 (patch)
tree87fd193f398e7fdce10009ee1183f83b60472069 /site
parent317c2cd08e91d118132c36648ba0bbed7812357a (diff)
Add equal column mixin (#32155)
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/5.0/layout/grid.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/site/content/docs/5.0/layout/grid.md b/site/content/docs/5.0/layout/grid.md
index 76b65c1bc6..ddc1c594df 100644
--- a/site/content/docs/5.0/layout/grid.md
+++ b/site/content/docs/5.0/layout/grid.md
@@ -434,6 +434,9 @@ Mixins are used in conjunction with the grid variables to generate semantic CSS
// Make the element grid-ready (applying everything but the width)
@include make-col-ready();
+
+// Without optional size values, the mixin will create equal columns (similar to using .col)
+@include make-col();
@include make-col($size, $columns: $grid-columns);
// Get fancy by offsetting, or changing the sort order