diff --git a/.stylelintrc b/.stylelintrc index df434d59..e014f049 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -13,9 +13,10 @@ "declaration-no-important": true, "function-url-no-scheme-relative": true, "function-url-quotes": "always", - "max-nesting-depth": 3, + "max-nesting-depth": 1, "media-feature-name-no-vendor-prefix": true, "number-leading-zero": "never", + "number-max-precision": 3, "property-no-vendor-prefix": true, "selector-attribute-quotes": "always", "selector-no-attribute": true,