We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"shorthand-property-no-redundant-values"
npm run stylelint:fix
Stylelint will automatically shorten redundant shorthand property values (e.g. margin: 10px 10px 10px 10px to margin: 10px).
shorthand-property-no-redundant-values
npm run stylelint
The text was updated successfully, but these errors were encountered:
No branches or pull requests
๐ Describe the refactoring task
"shorthand-property-no-redundant-values"
npm run stylelint:fix
๐ ๏ธ Suggested improvement
Stylelint will automatically shorten redundant shorthand property values (e.g. margin: 10px 10px 10px 10px to margin: 10px).
โ Definition of Done (DoD):
shorthand-property-no-redundant-values
rule is enabled in stylelint config.npm run stylelint
runs without errors.The text was updated successfully, but these errors were encountered: