Closed tysongach closed 4 years ago
This rule lints for redundant values in shorthand properties. It will catch things like…
These redundant values:
a { margin: 1px 1px 1px 1px; } // ↑ ↑ ↑
Documentation: https://stylelint.io/user-guide/rules/shorthand-property-no-redundant-values
This rule lints for redundant values in shorthand properties. It will catch things like…
These redundant values:
Documentation: https://stylelint.io/user-guide/rules/shorthand-property-no-redundant-values