From cf4151c7a7cc96819b572f38815bce4c127c444a Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sat, 3 Mar 2018 00:36:27 +0100 Subject: [PATCH] fix: move xy-grid check under flex-grid check --- scss/foundation.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scss/foundation.scss b/scss/foundation.scss index 1f5290558..a2db9e6d4 100644 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -72,14 +72,14 @@ $prototype: false, $xy-grid: true ) { - @if $xy-grid { - $xy-grid: true !global; - } - @if $flex { $global-flexbox: true !global; } + @if $xy-grid { + $xy-grid: true !global; + } + @include foundation-global-styles; @if not $flex { @include foundation-grid; -- 2.47.2