We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517e944 commit 2b6b97fCopy full SHA for 2b6b97f
deprecations.js
@@ -9,6 +9,10 @@ const versionDeprecations = {
9
selectors: ['.btn-large-mktg'],
10
message: `Please use the ".btn-lg-mktg" class instead of "btn-large-mktg".`
11
},
12
+ {
13
+ selectors: ['.color-border-overlay'],
14
+ message: `Please use the ".color-border-primary" class instead of ".color-border-overlay".`
15
+ },
16
{
17
selectors: [':-ms-input-placeholder'],
18
message: 'Browserslist update to match github has removed the need for this pseudoselector'
0 commit comments