]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Merge pull request #10341 from LeoColomb/patch-2
authorHarry Manchanda <harmanmanchanda182@gmail.com>
Tue, 4 Jul 2017 18:30:50 +0000 (00:00 +0530)
committerKevin Ball <kmball11@gmail.com>
Tue, 25 Jul 2017 00:05:22 +0000 (17:05 -0700)
Remove `flex-grid-column()` duplicate `max-width`

scss/grid/_flex-grid.scss

index 31012424bfdfad9f824a7ff5167bb1dd964901a3..61a6d2daeb6709fddf43310b4a149719cc8c15a5 100644 (file)
   @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.