We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acab8bc commit 32fcd38Copy full SHA for 32fcd38
scss/_root.scss
@@ -8,6 +8,14 @@
8
--#{$variable-prefix}#{$color}: #{$value};
9
}
10
11
+ // breakpoints custom properties
12
+ @each $bp, $value in $grid-breakpoints {
13
+ --#{$variable-prefix}breakpoint-#{$bp}: #{$value};
14
+ }
15
+
16
+ // mobile breakpoint custom property
17
+ --#{$variable-prefix}mobile-breakpoint: #{$mobile-breakpoint};
18
19
// Use `inspect` for lists so that quoted items keep the quotes.
20
// See https://github.com/sass/sass/issues/2383#issuecomment-336349172
21
--#{$variable-prefix}font-sans-serif: #{inspect($font-family-sans-serif)};
0 commit comments