Skip to content

Commit

Permalink
add in equals sign to _responsive (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
kipprice committed Aug 6, 2020
1 parent c2bb19d commit edc7e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gamut-styles/utils/mixins/_responsive.scss
Expand Up @@ -58,7 +58,7 @@
// Named view port mixin

@mixin getViewport($viewport) {
@if $viewport = "xl" {
@if $viewport == "xl" {
@include xl-viewport() {
@content;
}
Expand Down

0 comments on commit edc7e76

Please sign in to comment.