1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

Remove headings-color CSS variable due to backward compatibility issues

This commit is contained in:
Mark Otto
2022-06-05 19:26:07 -07:00
committed by Mark Otto
parent 3eb6265b65
commit 270344a0d5
2 changed files with 1 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ hr {
font-style: $headings-font-style;
font-weight: $headings-font-weight;
line-height: $headings-line-height;
color: var(--#{$prefix}heading-color);
color: $headings-color;
}
h1 {