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