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 bd1c5d2 commit 1ef5d18Copy full SHA for 1ef5d18
index.js
@@ -55,11 +55,7 @@ module.exports = {
55
'font-family-no-duplicate-names': true,
56
'font-family-no-missing-generic-family-keyword': true,
57
'font-weight-notation': 'numeric',
58
- /*
59
- * TODO: Turn rule back on once the merged fix is released:
60
- * https://github.com/stylelint/stylelint/pull/4046
61
- *'function-calc-no-invalid': true,
62
- */
+ 'function-calc-no-invalid': true,
63
'function-calc-no-unspaced-operator': true,
64
'function-comma-space-after': 'always',
65
'function-linear-gradient-no-nonstandard-direction': true,
0 commit comments