We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1656b7 + 9f7b9e5 commit 4b68828Copy full SHA for 4b68828
1 file changed
.stylelintrc.json
@@ -9,7 +9,9 @@
9
"font-family-no-missing-generic-family-keyword": null,
10
"declaration-block-no-redundant-longhand-properties": null,
11
"media-feature-range-notation": null,
12
- "media-feature-name-no-vendor-prefix": null
+ "media-feature-name-no-vendor-prefix": null,
13
+ "color-function-notation": null,
14
+ "alpha-value-notation": null
15
},
16
"overrides": [
17
{
0 commit comments