Skip to content

Commit 83a49fc

Browse files
committed
revert: add breakpoints to :root
1 parent fc6a112 commit 83a49fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/_root.scss

+4
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,8 @@
7171
--#{$prefix}code-color: #{$code-color};
7272

7373
--#{$prefix}highlight-bg: #{$mark-bg};
74+
75+
@each $name, $value in $grid-breakpoints {
76+
--#{$prefix}breakpoint-#{$name}: #{$value};
77+
}
7478
}

0 commit comments

Comments
 (0)