From f878fb83636fc71ce92e1d9aff77c390c7770fb8 Mon Sep 17 00:00:00 2001 From: Sam Richard Date: Sun, 24 Aug 2014 15:55:53 -0500 Subject: [PATCH] Updated to setting --- stylesheets/breakpoint/_parsers.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/breakpoint/_parsers.scss b/stylesheets/breakpoint/_parsers.scss index c7adf9e..84b97c1 100644 --- a/stylesheets/breakpoint/_parsers.scss +++ b/stylesheets/breakpoint/_parsers.scss @@ -112,7 +112,7 @@ $Memo-Exists: function-exists(memo-get) and function-exists(memo-set); // Set up Media Type $query-print: ''; - $force-all: (($breakpoint-force-media-all == true) and (breakpoint-get('default media') == 'all')); + $force-all: ((breakpoint-get('force all media type') == true) and (breakpoint-get('default media') == 'all')); $empty-media: true; @if ($force-all == true) or (breakpoint-get('default media') != 'all') { // Force the print of the default media type if (force all is true and default media type is all) or (default media type is not all)