diff options
| author | Mark Otto <[email protected]> | 2017-06-30 09:07:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-30 11:44:09 -0700 |
| commit | 3fd0708f8db9979913f700733a8cda29d4f1b49d (patch) | |
| tree | e3551c8bbbac5d3e24b4e909efd9216742b236ac /docs | |
| parent | 6b34cba11882f0d349a5533526f2567f357cdd09 (diff) | |
| download | bootstrap-3fd0708f8db9979913f700733a8cda29d4f1b49d.tar.xz bootstrap-3fd0708f8db9979913f700733a8cda29d4f1b49d.zip | |
this were removed
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/layout/grid.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 324903756..1aac43141 100644 --- a/docs/4.0/layout/grid.md +++ b/docs/4.0/layout/grid.md @@ -611,11 +611,6 @@ 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(); @include make-col($size, $columns: $grid-columns); - -// Get fancy by offsetting, or changing the sort order -@include make-col-offset($size, $columns: $grid-columns); -@include make-col-push($size, $columns: $grid-columns); -@include make-col-pull($size, $columns: $grid-columns); {% endhighlight %} ### Example usage |
