mirror of
https://github.com/primer/css.git
synced 2024-12-25 15:14:59 +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'],
|
variables: ['$status-pending'],
|
||||||
message: `This variable is deprecated.`
|
message: `This variable is deprecated.`
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
variables: ['$highlight-yellow'],
|
||||||
|
message: `This variable is deprecated.`
|
||||||
|
},
|
||||||
{
|
{
|
||||||
variables: ['$repo-private-text', '$repo-private-bg', '$repo-private-icon'],
|
variables: ['$repo-private-text', '$repo-private-bg', '$repo-private-icon'],
|
||||||
message: `These variables are deprecated.`
|
message: `These variables are deprecated.`
|
||||||
|
Loading…
Reference in New Issue
Block a user