From 02f2b569164bf5e89245af2dbef39d0033a862ad Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 17 Feb 2018 19:36:49 +0300 Subject: www: disable no-descending-specificity stylelint inspection --- juick-www/.stylelintrc.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'juick-www') 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 +} -- cgit v1.2.3