From 88b1096de3c72dfff73c695aeb0ae67c67741f06 Mon Sep 17 00:00:00 2001 From: prssanna Date: Fri, 29 Jan 2021 20:35:33 +0530 Subject: [PATCH] fix: typo --- frappe/.stylelintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/.stylelintrc b/frappe/.stylelintrc index da9a3d26cc..ed056d062d 100644 --- a/frappe/.stylelintrc +++ b/frappe/.stylelintrc @@ -4,6 +4,6 @@ "rules": { "at-rule-no-unknown": null, "scss/at-rule-no-unknown": true, - "no-descending-specificty": null + " no-descending-specificity": null } } \ No newline at end of file