mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00: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) {
|
@mixin breakpoint($bp, $rule: max-width, $type: screen) {
|
||||||
@media #{$type} and (#{$rule}: map-get($breakpoints, $bp)) {
|
@media #{$type} and (#{$rule}: map-get($breakpoints, $bp)) {
|
||||||
@content;
|
@content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user