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 e1a9f63 commit d923107Copy full SHA for d923107
scss/_root.scss
@@ -0,0 +1,16 @@
1
+:root {
2
+ @each $color, $value in $colors {
3
+ --#{$color}: $value;
4
+ }
5
+
6
+ @each $color, $value in $theme-colors {
7
8
9
10
+ @each $bp, $value in $grid-breakpoints {
11
+ --breakpoint-#{$bp}: $value;
12
13
14
+ --font-family-sans-serif: $font-family-sans-serif;
15
+ --font-family-monospace: $font-family-monospace;
16
+}
scss/bootstrap.scss
@@ -8,6 +8,7 @@
@import "functions";
@import "variables";
@import "mixins";
+@import "root";
@import "print";
@import "reboot";
@import "type";
0 commit comments