1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +02:00

Added breakpoints as css variables

This commit is contained in:
shaack
2022-03-31 21:05:50 +02:00
committed by Mark Otto
parent 961d5ff984
commit 78d7d0df5c

View File

@@ -70,4 +70,8 @@
--#{$prefix}code-color: #{$code-color};
--#{$prefix}highlight-bg: #{$mark-bg};
@each $name, $value in $grid-breakpoints {
--#{$prefix}breakpoint-#{$name}: #{$value};
}
}