aboutsummaryrefslogtreecommitdiff
path: root/juick-www/.stylelintrc.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-02-17 19:36:49 +0300
committerGravatar Vitaly Takmazov2018-02-17 19:36:49 +0300
commit02f2b569164bf5e89245af2dbef39d0033a862ad (patch)
tree1cb67bd0f4bec3e55064bf2fffdf9e25203f054d /juick-www/.stylelintrc.json
parenta4eb60193e9e317267a4807fe2cadd3cb2155136 (diff)
www: disable no-descending-specificity stylelint inspection
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
+}