Skip to content

Commit 04ebe97

Browse files
fixed build error
1 parent b88a144 commit 04ebe97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styles/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
}
6969
}
7070

71-
@mixin small-mobile-up {
71+
@mixin small-mobile-min {
7272
@media (min-width: $sm-mobile-breakpoint) {
7373
@content;
7474
}

0 commit comments

Comments
 (0)