1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 11:51:23 +02:00

Added breakpoints as css variables (#36095)

This commit is contained in:
Stefan Haack
2022-10-03 20:04:19 +02:00
committed by GitHub
parent 9a582767c6
commit 2fa7aa0c18

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};
}
}