diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-10-25 02:51:24 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-10-25 02:51:24 -0400 |
| commit | 35cfacbaf02a1ca16c8b0330fa0922de70ff0f52 (patch) | |
| tree | a8e49491b7f1adef3c1d367dbda32ff0d8e2a6a4 | |
| parent | 426fc8380f19f2c4ccdaa53fdcf4dfdd60d21110 (diff) | |
disable CSS vendor prefix lint for now
| -rw-r--r-- | .stylelintrc.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index b16a7306..4fba7b73 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -6,6 +6,7 @@ "no-descending-specificity": null, "number-max-precision": null, "max-line-length": null, - "selector-list-comma-newline-after": null + "selector-list-comma-newline-after": null, + "value-no-vendor-prefix": null } } |
