From 108aac55f71732258218d4ce8a1e6fe1e0413409 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 25 Oct 2021 02:41:36 -0400 Subject: [PATCH] disable CSS number-max-precision lint for now --- .stylelintrc.json | 1 + 1 file changed, 1 insertion(+) 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 } }