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($size, $columns: $grid-columns);
// Get fancy by offsetting, or changing the sort order
// Offset with margins
@include make-col-offset($size, $columns: $grid-columns);
```