mirror of https://github.com/twbs/bootstrap.git
Remove headings-color CSS variable due to backward compatibility issues
This commit is contained in:
parent
3eb6265b65
commit
270344a0d5
|
@ -87,7 +87,7 @@ hr {
|
||||||
font-style: $headings-font-style;
|
font-style: $headings-font-style;
|
||||||
font-weight: $headings-font-weight;
|
font-weight: $headings-font-weight;
|
||||||
line-height: $headings-line-height;
|
line-height: $headings-line-height;
|
||||||
color: var(--#{$prefix}heading-color);
|
color: $headings-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
|
@ -64,7 +64,6 @@
|
||||||
--#{$prefix}border-radius-pill: #{$border-radius-pill};
|
--#{$prefix}border-radius-pill: #{$border-radius-pill};
|
||||||
// scss-docs-end root-border-var
|
// scss-docs-end root-border-var
|
||||||
|
|
||||||
--#{$prefix}heading-color: #{$headings-color};
|
|
||||||
--#{$prefix}link-color: #{$link-color};
|
--#{$prefix}link-color: #{$link-color};
|
||||||
--#{$prefix}link-hover-color: #{$link-hover-color};
|
--#{$prefix}link-hover-color: #{$link-hover-color};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue