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 bc2aee1 commit d2f9173Copy full SHA for d2f9173
.stylelintrc.json
@@ -3,7 +3,8 @@
3
"rules": {
4
"selector-max-id": null,
5
"no-duplicate-selectors": null,
6
- "no-descending-specificity": null
+ "no-descending-specificity": null,
7
+ "selector-pseudo-element-colon-notation": null
8
},
9
"ignoreFiles": [
10
"lib/resources/lib/**"
0 commit comments