]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
this were removed
authorMark Otto <markdotto@gmail.com>
Fri, 30 Jun 2017 16:07:46 +0000 (09:07 -0700)
committerMark Otto <markd.otto@gmail.com>
Fri, 30 Jun 2017 18:44:09 +0000 (11:44 -0700)
docs/4.0/layout/grid.md

index 32490375699142da92c59f41d5959571b2e50615..1aac431418ffa18cf3e4c1a927f9236ca723fd7b 100644 (file)
@@ -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