1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 21:28:20 +03:00

Deprecate .color-border-overlay

This commit is contained in:
simurai 2021-04-28 19:45:36 +09:00
parent 517e94458a
commit 2b6b97f754

View File

@ -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'