mirror of
https://github.com/primer/css.git
synced 2024-12-23 22:24:11 +03:00
Add deprecation for btn-large-mktg
, with proper deprecation message
This commit is contained in:
parent
de84738054
commit
658422c6bd
@ -5,6 +5,10 @@
|
||||
*/
|
||||
const versionDeprecations = {
|
||||
'17.0.0': [
|
||||
{
|
||||
selectors: ['.btn-large-mktg'],
|
||||
message: `Please use the ".btn-lg-mktg" class instead of "btn-large-mktg".`
|
||||
},
|
||||
{
|
||||
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