From c330c7f704f0a11c57a30ca6d770d33500ecedd7 Mon Sep 17 00:00:00 2001 From: Arnaud CARIOU Date: Thu, 9 Mar 2017 12:00:22 +0100 Subject: [PATCH] add mixin flex box and comp blackberry in flexbox-stylus --- styl/grids/_grillade.styl | 12 ++++-------- styl/vendor/flexbox-stylus | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/styl/grids/_grillade.styl b/styl/grids/_grillade.styl index bdd4c6f..a8191ee 100644 --- a/styl/grids/_grillade.styl +++ b/styl/grids/_grillade.styl @@ -12,11 +12,9 @@ iefix = 0.01px @media (min-width: tiny + 1) [class*=" grid-"] [class^="grid-"] - displayFlex() - box-orient(horizontal) - -webkit-box-direction: normal - flex-direction: row - flex-wrap: wrap + flexbox(flex) + flex-direction(row) + flex-wrap(wrap) & > * box-sizing: border-box min-width: 0 @@ -77,9 +75,7 @@ grid(grid-number = 1, own-gutter = 0) order 1 [class*="grid-"][class*="--reverse"] - -webkit-box-orient: horizontal - -webkit-box-direction: reverse - flex-direction row-reverse + flex-direction(row-reverse) @media (min-width: tiny + 1) flowToDivid = {'full': 1, 'one-half': 2, 'one-third': 3, 'one-quarter': 4, 'one-fifth': 5, 'one-sixth': 6, 'two-thirds': 3 * 2, 'three-quarters': 4 * 3, 'five-sixths': 6 * 5} diff --git a/styl/vendor/flexbox-stylus b/styl/vendor/flexbox-stylus index b060889..f6b3c6a 160000 --- a/styl/vendor/flexbox-stylus +++ b/styl/vendor/flexbox-stylus @@ -1 +1 @@ -Subproject commit b060889b8100e9f2d69ffc69b4da368d1a40f297 +Subproject commit f6b3c6ab21a597b721011d14ba33f0f0cd92b7b1