We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d575e9 commit 3c9207eCopy full SHA for 3c9207e
1 file changed
stylelint.config.js
@@ -8,6 +8,14 @@ module.exports = {
8
"color-function-notation": "legacy",
9
10
// Suppress stylelint-config-recommended errors
11
+ "declaration-property-value-keyword-no-deprecated": [
12
+ true,
13
+ {
14
+ ignoreKeywords: [
15
+ "break-word" // word-break: break-word; is depreciated but used upstream as well
16
+ ]
17
+ }
18
+ ],
19
"font-family-no-duplicate-names": [
20
true,
21
{
0 commit comments