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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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