There was an error while loading. Please reload this page.
1 parent 0ed6c67 commit 3c7c02fCopy full SHA for 3c7c02f
scss/mediaqueries.scss
@@ -16,7 +16,7 @@ $breakpoints: (
16
}
17
18
@else {
19
- @warn "The `#{$breakpoint}` doesent exist in the breakpoints map!. "
+ @warn "The `#{$breakpoint}` breakpoint dosent exist in the breakpoints map! "
20
+ "Available breakpoints are: #{map-keys($breakpoints)}.";
21
22
0 commit comments