Skip to content

Commit

Permalink
Remove headings-color CSS variable due to backward compatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jul 11, 2022
1 parent 3eb6265 commit 270344a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion scss/_reboot.scss
Expand Up @@ -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 {
Expand Down
1 change: 0 additions & 1 deletion scss/_root.scss
Expand Up @@ -64,7 +64,6 @@
--#{$prefix}border-radius-pill: #{$border-radius-pill};
// scss-docs-end root-border-var

--#{$prefix}heading-color: #{$headings-color};
--#{$prefix}link-color: #{$link-color};
--#{$prefix}link-hover-color: #{$link-hover-color};

Expand Down

0 comments on commit 270344a

Please sign in to comment.