diff --git a/.stylelintrc.json b/.stylelintrc.json index 6033bdb8..cf022098 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -4,6 +4,7 @@ "comment-empty-line-before": null, "indentation": 4, "no-descending-specificity": null, + "number-max-precision": null, "selector-list-comma-newline-after": null } }