mirror of
https://github.com/discourse/discourse.git
synced 2026-08-05 18:57:20 -05:00
prettier fix
This commit is contained in:
@@ -16,7 +16,7 @@ $breakpoints: (
|
||||
|
||||
@mixin breakpoint($bp, $rule: max-width, $type: screen) {
|
||||
@media #{$type} and (#{$rule}: map-get($breakpoints, $bp)) {
|
||||
@content;
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user