diff --git a/_sass/support/mixins/_layout.scss b/_sass/support/mixins/_layout.scss index 89b6e11..428dec6 100644 --- a/_sass/support/mixins/_layout.scss +++ b/_sass/support/mixins/_layout.scss @@ -12,7 +12,7 @@ // If the key exists in the map @if $value { // Prints a media query based on the value - @media (width >= rem($value)) { + @media (min-width: rem($value)) { @content; } } @else { diff --git a/package.json b/package.json index 5a8d894..50525c3 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "alpha-value-notation": null, "at-rule-empty-line-before": null, "color-function-notation": null, + "media-feature-range-notation": "prefix", "no-descending-specificity": null, "scss/no-global-function-names": null }