From 4b660b5955c9c14458713c56badcd32b9939ee14 Mon Sep 17 00:00:00 2001 From: Daniel Schuba Date: Tue, 10 May 2016 20:18:09 +0200 Subject: [PATCH] Fixed typo --- scss/grid/_flex-grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.47.2