mirror of
https://github.com/primer/css.git
synced 2024-12-24 14:42:26 +03:00
Deprecate .color-border-overlay
This commit is contained in:
parent
517e94458a
commit
2b6b97f754
@ -9,6 +9,10 @@ const versionDeprecations = {
|
||||
selectors: ['.btn-large-mktg'],
|
||||
message: `Please use the ".btn-lg-mktg" class instead of "btn-large-mktg".`
|
||||
},
|
||||
{
|
||||
selectors: ['.color-border-overlay'],
|
||||
message: `Please use the ".color-border-primary" class instead of ".color-border-overlay".`
|
||||
},
|
||||
{
|
||||
selectors: [':-ms-input-placeholder'],
|
||||
message: 'Browserslist update to match github has removed the need for this pseudoselector'
|
||||
|
Loading…
Reference in New Issue
Block a user