aboutsummaryrefslogtreecommitdiff
path: root/juick-www/.stylelintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/.stylelintrc.json')
-rw-r--r--juick-www/.stylelintrc.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/juick-www/.stylelintrc.json b/juick-www/.stylelintrc.json
index 2e72921f..d439742a 100644
--- a/juick-www/.stylelintrc.json
+++ b/juick-www/.stylelintrc.json
@@ -9,6 +9,7 @@
"indentation": 4,
"rule-empty-line-before": null,
"selector-pseudo-element-colon-notation": null,
- "shorthand-property-no-redundant-values": null
+ "shorthand-property-no-redundant-values": null,
+ "no-descending-specificity": null
}
-} \ No newline at end of file
+}