]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixed typo 8762/head
authorDaniel Schuba <dasch@daschmedia.de>
Tue, 10 May 2016 18:18:09 +0000 (20:18 +0200)
committerDaniel Schuba <dasch@daschmedia.de>
Tue, 10 May 2016 18:18:09 +0000 (20:18 +0200)
scss/grid/_flex-grid.scss

index deec6813391ac0f0765998b73cd208c57d15d41e..18910b26a4b87deb55e4464c45598702d5cbeeae 100644 (file)
@@ -99,7 +99,7 @@
   // fixes recent Chrome version not limiting child width
   // https://stackoverflow.com/questions/34934586/white-space-nowrap-and-flexbox-did-not-work-in-chrome
   @if $columns == null {
-    min-width: intial;
+    min-width: initial;
   }
   // max-width fixes IE 10/11 not respecting the flex-basis property
   @if $columns != null and $columns != shrink {