Skip to content

Commit ff7ff7d

Browse files
committed
refactor: add mobile breakpoints to :root
1 parent 05e686a commit ff7ff7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scss/_root.scss

+2
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,6 @@
7575
@each $name, $value in $grid-breakpoints {
7676
--#{$prefix}breakpoint-#{$name}: #{$value};
7777
}
78+
79+
--#{$prefix}-mobile-breakpoint: #{$mobile-breakpoint};
7880
}

0 commit comments

Comments
 (0)