From 8fbca1166b2dcca3eecb4e82cb9761a5ceea1ead Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Wed, 23 Nov 2016 20:44:40 +0100 Subject: [PATCH] bugfix IE10 --- sass/grids/_grillade.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/grids/_grillade.scss b/sass/grids/_grillade.scss index 3655bfa..7814159 100644 --- a/sass/grids/_grillade.scss +++ b/sass/grids/_grillade.scss @@ -56,7 +56,7 @@ $iefix: 0.01px; display: flex; & > * { - flex: 1 1 0; + flex: 1 1 0%; box-sizing: border-box; min-width: 0; min-height: 0;