0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
This commit is contained in:
Mark Otto 2021-06-23 20:37:07 -07:00
parent 77d4143674
commit 653476ec98

View File

@ -458,7 +458,7 @@ Mixins are used in conjunction with the grid variables to generate semantic CSS
@include make-col(); @include make-col();
@include make-col($size, $columns: $grid-columns); @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); @include make-col-offset($size, $columns: $grid-columns);
``` ```