sass/ezy/_media.scss in ezy-0.3.3 vs sass/ezy/_media.scss in ezy-0.4.0.beta

- old
+ new

@@ -34,11 +34,11 @@ $legacy-support: false ) { // Setting variable for reference // in the content of the mixin call - $at-breakpoint: true; + $at-breakpoint: true !global; @media #{ nth( $breakpoint, 1 ) } { @content; } @if $legacy-support or nth( $breakpoint, 2 ) { @@ -47,9 +47,9 @@ @content; } } // Reset reference - $at-breakpoint: false; + $at-breakpoint: false !global; }