We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
:root
1 parent fc6a112 commit 83a49fcCopy full SHA for 83a49fc
scss/_root.scss
@@ -71,4 +71,8 @@
71
--#{$prefix}code-color: #{$code-color};
72
73
--#{$prefix}highlight-bg: #{$mark-bg};
74
+
75
+ @each $name, $value in $grid-breakpoints {
76
+ --#{$prefix}breakpoint-#{$name}: #{$value};
77
+ }
78
}
0 commit comments