summaryrefslogtreecommitdiffstats
path: root/scss/_grid.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/_grid.scss')
-rw-r--r--scss/_grid.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/scss/_grid.scss b/scss/_grid.scss
index 0e0ba21..048f800 100644
--- a/scss/_grid.scss
+++ b/scss/_grid.scss
@@ -2,6 +2,12 @@
//
// Rows contain your columns.
+:root {
+ @each $name, $value in $grid-breakpoints {
+ --#{$prefix}breakpoint-#{$name}: #{$value};
+ }
+}
+
@if $enable-grid-classes {
.row {
@include make-row();