Skip to content

Commit

Permalink
fix(*): fix sass build error
Browse files Browse the repository at this point in the history
  • Loading branch information
lakerswgq committed Jul 25, 2022
1 parent b1930b5 commit 7438bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grid/scss/mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@if ($name == 'xl') {
$query: $minQuery;
} @else {
$query: $minQuery + "and" + $maxQuery;
$query: $minQuery + " and " + $maxQuery;
}
@media #{$query} { @content; }
}
Expand Down

0 comments on commit 7438bff

Please sign in to comment.