Skip to content

Commit 3620a1b

Browse files
committed
add deprecation notice for $highlight-yellow
1 parent 5ee234b commit 3620a1b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deprecations.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ const versionDeprecations = {
1313
variables: ['$status-pending'],
1414
message: `This variable is deprecated.`
1515
},
16+
{
17+
variables: ['$highlight-yellow'],
18+
message: `This variable is deprecated.`
19+
},
1620
{
1721
variables: ['$repo-private-text', '$repo-private-bg', '$repo-private-icon'],
1822
message: `These variables are deprecated.`

0 commit comments

Comments
 (0)