Skip to content

Commit 5ff8fb9

Browse files
committed
Update map to include new filename
1 parent 0365aa9 commit 5ff8fb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/_break.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@use 'sass:map';
2-
@use '../config/breakpoint-sizes';
2+
@use '../config/breakpoint-sizes' as breakpoints;
33

44
@mixin under($breakpoint-name) {
55
@if map-has-key(breakpoints.$max-widths, $breakpoint-name) {

0 commit comments

Comments
 (0)