Skip to content

Commit 270344a

Browse files
committedJul 11, 2022
Remove headings-color CSS variable due to backward compatibility issues
1 parent 3eb6265 commit 270344a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎scss/_reboot.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ hr {
8787
font-style: $headings-font-style;
8888
font-weight: $headings-font-weight;
8989
line-height: $headings-line-height;
90-
color: var(--#{$prefix}heading-color);
90+
color: $headings-color;
9191
}
9292

9393
h1 {

‎scss/_root.scss

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
--#{$prefix}border-radius-pill: #{$border-radius-pill};
6565
// scss-docs-end root-border-var
6666

67-
--#{$prefix}heading-color: #{$headings-color};
6867
--#{$prefix}link-color: #{$link-color};
6968
--#{$prefix}link-hover-color: #{$link-hover-color};
7069

0 commit comments

Comments
 (0)
Please sign in to comment.