mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 05:29:17 -06:00
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
Block a user