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:
parent
5ee234b73a
commit
3620a1bc86
@ -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.`
|
||||
|
Loading…
Reference in New Issue
Block a user