Skip to content

Commit

Permalink
Updated to setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Snugug committed Aug 24, 2014
1 parent 734d04b commit f878fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/breakpoint/_parsers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f878fb8

Please sign in to comment.