We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0365aa9 commit 5ff8fb9Copy full SHA for 5ff8fb9
1 file changed
src/utils/_break.scss
@@ -1,5 +1,5 @@
1
@use 'sass:map';
2
-@use '../config/breakpoint-sizes';
+@use '../config/breakpoint-sizes' as breakpoints;
3
4
@mixin under($breakpoint-name) {
5
@if map-has-key(breakpoints.$max-widths, $breakpoint-name) {
0 commit comments