mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 04:11:39 +02:00
Added breakpoints as css variables (#36095)
This commit is contained in:
@@ -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};
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user