From 74f839beda37e4cde2832d55b55c7af99d7f0672 Mon Sep 17 00:00:00 2001 From: Brett Mason Date: Tue, 20 Jun 2017 16:53:37 +0100 Subject: [PATCH] Remove duplicate source order classes from legacy flex grid. These should be just a flex utility. --- scss/grid/_flex-grid.scss | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/scss/grid/_flex-grid.scss b/scss/grid/_flex-grid.scss index b3d8b9355..07e1de1cd 100644 --- a/scss/grid/_flex-grid.scss +++ b/scss/grid/_flex-grid.scss @@ -143,8 +143,8 @@ // Expanded row &.expanded { - @include grid-row-size(expand); - + @include grid-row-size(expand); + .row { margin-right: auto; margin-left: auto; @@ -229,13 +229,6 @@ } } - // Source ordering - @for $i from 1 through 6 { - .#{$-zf-size}-order-#{$i} { - @include flex-order($i); - } - } - // Block grid @for $i from 1 through $block-grid-max { .#{$-zf-size}-up-#{$i} { -- 2.47.2