diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-10-25 02:41:36 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-10-25 02:41:36 -0400 |
| commit | 108aac55f71732258218d4ce8a1e6fe1e0413409 (patch) | |
| tree | 210b77dab0854a0617cbd2824dbaebd4fdd788cf | |
| parent | e8abe782066f03468468419e521605e002cd457d (diff) | |
disable CSS number-max-precision lint for now
| -rw-r--r-- | .stylelintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
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 } } |
