From: Daniel Schuba Date: Tue, 10 May 2016 18:18:09 +0000 (+0200) Subject: Fixed typo X-Git-Tag: v6.2.2-rc1~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8762%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixed typo --- diff --git a/scss/grid/_flex-grid.scss b/scss/grid/_flex-grid.scss index deec68133..18910b26a 100644 --- a/scss/grid/_flex-grid.scss +++ b/scss/grid/_flex-grid.scss @@ -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 {