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 bc89a6f commit c32349eCopy full SHA for c32349e
.stylelintrc
@@ -28,7 +28,6 @@
28
"property-no-vendor-prefix": true,
29
"value-no-vendor-prefix": true,
30
"number-leading-zero": "never",
31
- "font-weight-notation": "numeric",
32
"at-rule-no-vendor-prefix": true,
33
"selector-pseudo-element-colon-notation": "single",
34
"selector-no-vendor-prefix": true,
@@ -38,6 +37,6 @@
38
37
"media-feature-name-no-vendor-prefix": true,
39
"media-feature-colon-space-before": "never",
40
"media-feature-colon-space-after": "always",
41
- "max-empty-lines": null
+ "max-empty-lines": null,
42
}
43
0 commit comments