From 39440a48412ae1f3e1e959b18db24fe074cdc391 Mon Sep 17 00:00:00 2001 From: =?utf8?q?L=C3=A9o=20Colombaro?= Date: Tue, 4 Jul 2017 19:00:52 +0200 Subject: [PATCH] remove `flex-grid-column()` duplicate `max-width` Very small fix inside `flex-grid-column()` mixin: `max-width` fix is added twice: call to `flex-grid-size()` already import this fix once. --- scss/grid/_flex-grid.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scss/grid/_flex-grid.scss b/scss/grid/_flex-grid.scss index 31012424b..61a6d2dae 100644 --- a/scss/grid/_flex-grid.scss +++ b/scss/grid/_flex-grid.scss @@ -88,10 +88,6 @@ @if $columns == expand { min-width: 0; } - // max-width fixes IE 10/11 not respecting the flex-basis property - @if $columns != expand and $columns != shrink { - max-width: grid-column($columns); - } } /// Creates a block grid for a flex grid row. -- 2.47.2