From 3fd0708f8db9979913f700733a8cda29d4f1b49d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Jun 2017 09:07:46 -0700 Subject: [PATCH] this were removed --- docs/4.0/layout/grid.md | 5 ----- 1 file changed, 5 deletions(-) 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