mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
Added breakpoints as css variables (#36095)
This commit is contained in:
parent
9a582767c6
commit
2fa7aa0c18
@ -70,4 +70,8 @@
|
|||||||
--#{$prefix}code-color: #{$code-color};
|
--#{$prefix}code-color: #{$code-color};
|
||||||
|
|
||||||
--#{$prefix}highlight-bg: #{$mark-bg};
|
--#{$prefix}highlight-bg: #{$mark-bg};
|
||||||
|
|
||||||
|
@each $name, $value in $grid-breakpoints {
|
||||||
|
--#{$prefix}breakpoint-#{$name}: #{$value};
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user