From 08f06b643c79137a693cc990f7c7503f7be131bd Mon Sep 17 00:00:00 2001 From: philippe Date: Mon, 14 Nov 2016 14:58:34 +0100 Subject: [PATCH] =?UTF-8?q?Le=20suffixe=20--reverse=20ne=20s'applique=20qu?= =?UTF-8?q?e=20si=20le=20pr=C3=A9fixe=20grid-=20est=20pr=C3=A9sent=20(edit?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 baeff5d..aa32073 100644 --- a/sass/grids/_grillade.scss +++ b/sass/grids/_grillade.scss @@ -93,7 +93,7 @@ $iefix: 0.01px; order: 1; } -[class*="grid"][class*="--reverse"] { +[class*="grid-"][class*="--reverse"] { flex-direction: row-reverse; } // sizing individual children