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 <markdotto@gmail.com>2021-06-24 06:37:07 +0300
committerMark Otto <markdotto@gmail.com>2021-06-24 06:37:07 +0300
commit653476ec988d81d24af39ffe874789a3f20d8a2a (patch)
tree0fe7deb169df2b027cf27bf48256e5c05e52461a /site/content/docs/5.0
parent77d41436745d7391008d7f3ae009bcb350acc9e1 (diff)
Fixes #34187
Diffstat (limited to 'site/content/docs/5.0')
-rw-r--r--site/content/docs/5.0/layout/grid.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/layout/grid.md b/site/content/docs/5.0/layout/grid.md
index afa3818a20..6520019641 100644
--- a/site/content/docs/5.0/layout/grid.md
+++ b/site/content/docs/5.0/layout/grid.md
@@ -458,7 +458,7 @@ Mixins are used in conjunction with the grid variables to generate semantic CSS
@include make-col();
@include make-col($size, $columns: $grid-columns);
-// Get fancy by offsetting, or changing the sort order
+// Offset with margins
@include make-col-offset($size, $columns: $grid-columns);
```