Skip to content

Commit 6af61c0

Browse files
committed
fix: update wrong variable name
1 parent bf05e3b commit 6af61c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_root.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@
7676
--#{$prefix}breakpoint-#{$name}: #{$value};
7777
}
7878

79-
--#{$prefix}-mobile-breakpoint: #{$mobile-breakpoint};
79+
--#{$prefix}mobile-breakpoint: #{$mobile-breakpoint};
8080
}

0 commit comments

Comments
 (0)