diff --git a/.stylelintrc.json b/.stylelintrc.json
index e3df55e9862d4a5eb73c19cd8cf64fae286d6745..71060329a6583c791d1d15c79ee8239b3d4b25cd 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -6,6 +6,7 @@
     "rules": {
         "selector-class-pattern": null,
         "selector-id-pattern": null,
-        "property-no-vendor-prefix": null
+        "property-no-vendor-prefix": null,
+        "no-descending-specificity": null
     }
 }
\ No newline at end of file