mirror of
https://github.com/primer/css.git
synced 2024-12-23 22:24:11 +03:00
Merge branch 'main' into tobiasahlin/deprecate-bg-shade-gradient
This commit is contained in:
commit
824ab6c396
@ -13,6 +13,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