1
1
mirror of https://github.com/primer/css.git synced 2024-11-10 16:07:25 +03:00

add deprecation notice for $highlight-yellow

This commit is contained in:
Shawn Allen 2019-11-04 15:45:18 -08:00
parent 5ee234b73a
commit 3620a1bc86

View File

@ -13,6 +13,10 @@ const versionDeprecations = {
variables: ['$status-pending'],
message: `This variable is deprecated.`
},
{
variables: ['$highlight-yellow'],
message: `This variable is deprecated.`
},
{
variables: ['$repo-private-text', '$repo-private-bg', '$repo-private-icon'],
message: `These variables are deprecated.`