From 1707e3ff9976e26dd869a99b80a2f320c923bf10 Mon Sep 17 00:00:00 2001 From: Bass Jobsen Date: Tue, 26 Aug 2014 09:34:00 +0200 Subject: [PATCH] Update README.md default syntax was missing in the compiled result of the `.display()` mixin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b171370..85d2767 100644 --- a/README.md +++ b/README.md @@ -1312,6 +1312,7 @@ Resources: **[CSS-Tricks](http://css-tricks.com/snippets/css/a-guide-to-flexbox/ display: -ms-flexbox; display: -webkit-flex; display: -moz-box; + display: flex; }