diff options
| author | Mark Otto <[email protected]> | 2019-07-14 01:44:49 -0700 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-07-14 11:44:49 +0300 |
| commit | cdb6504e4803538e28a251a7f9634df2d580cd3e (patch) | |
| tree | 502d3068b81c419075808bd8e2815ea627fd589e /scss/_root.scss | |
| parent | 37ec7f6928ac2b7e1a8846d39948b099b7f3fd25 (diff) | |
| download | bootstrap-cdb6504e4803538e28a251a7f9634df2d580cd3e.tar.xz bootstrap-cdb6504e4803538e28a251a7f9634df2d580cd3e.zip | |
Drop breakpoint CSS custom properties (#29020)
Media queries do not support CSS custom properties (CSS variables), so we've had some useless variables lying around since shipping v4. This finally removes them and the associated documentation content that explained the situation.
Fixes #29012.
Diffstat (limited to 'scss/_root.scss')
| -rw-r--r-- | scss/_root.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/_root.scss b/scss/_root.scss index ad550df3b..055ac32fb 100644 --- a/scss/_root.scss +++ b/scss/_root.scss @@ -8,10 +8,6 @@ --#{$color}: #{$value}; } - @each $bp, $value in $grid-breakpoints { - --breakpoint-#{$bp}: #{$value}; - } - // Use `inspect` for lists so that quoted items keep the quotes. // See https://github.com/sass/sass/issues/2383#issuecomment-336349172 --font-family-sans-serif: #{inspect($font-family-sans-serif)}; |
