You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.
From my point of view this will make box-shadow property really long on one line. What will be better is to allow both: writing everything on one line or on multiline. And always keep rule that we need to have space after comma. Changing stylelint rule value-list-comma-space-after to this "value-list-comma-space-after": "always-single-line", will do this magic 🌹
The text was updated successfully, but these errors were encountered:
I have this CSS property:
With stylelint rule
"value-list-comma-space-after": "always",
I have to rewrite it to:From my point of view this will make
box-shadow
property really long on one line. What will be better is to allow both: writing everything on one line or on multiline. And always keep rule that we need to have space after comma. Changing stylelint rulevalue-list-comma-space-after
to this"value-list-comma-space-after": "always-single-line",
will do this magic 🌹The text was updated successfully, but these errors were encountered: