From: Mark Otto Date: Fri, 30 Jun 2017 16:07:46 +0000 (-0700) Subject: this were removed X-Git-Tag: v4.0.0-beta~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fd0708f8db9979913f700733a8cda29d4f1b49d;p=thirdparty%2Fbootstrap.git this were removed --- diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 3249037569..1aac431418 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