prettier fix
This commit is contained in:
parent
b79fedd540
commit
01fe42d5e2
|
@ -16,7 +16,7 @@ $breakpoints: (
|
|||
|
||||
@mixin breakpoint($bp, $rule: max-width, $type: screen) {
|
||||
@media #{$type} and (#{$rule}: map-get($breakpoints, $bp)) {
|
||||
@content;
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue