From: Mark Otto Date: Thu, 24 Jun 2021 03:37:07 +0000 (-0700) Subject: Fixes #34187 X-Git-Tag: v5.1.0~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=653476ec988d81d24af39ffe874789a3f20d8a2a;p=thirdparty%2Fbootstrap.git Fixes #34187 --- 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); ```