From f9427781b35f5ef89a6028b7d36ed834e024a608 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sat, 3 Mar 2018 00:21:24 +0100 Subject: [PATCH] fix: set the global xy-grid variable based on the local y-grid parameter --- scss/foundation.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/foundation.scss b/scss/foundation.scss index da529aa00..1f5290558 100644 --- a/scss/foundation.scss +++ b/scss/foundation.scss @@ -72,6 +72,10 @@ $prototype: false, $xy-grid: true ) { + @if $xy-grid { + $xy-grid: true !global; + } + @if $flex { $global-flexbox: true !global; } -- 2.47.2