From 477dd8512ab60e42752d7ac1608ce09dbd26fd19 Mon Sep 17 00:00:00 2001 From: prssanna Date: Fri, 29 Jan 2021 20:30:18 +0530 Subject: [PATCH] fix: ignore no descending specifity rule --- frappe/.stylelintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frappe/.stylelintrc b/frappe/.stylelintrc index 491e95e2f4..da9a3d26cc 100644 --- a/frappe/.stylelintrc +++ b/frappe/.stylelintrc @@ -3,6 +3,7 @@ "plugins": ["stylelint-scss"], "rules": { "at-rule-no-unknown": null, - "scss/at-rule-no-unknown": true + "scss/at-rule-no-unknown": true, + "no-descending-specificty": null } } \ No newline at end of file