Enable declaration-block-no-redundant-longhand-properties
(#30950)
Enable [`declaration-block-no-redundant-longhand-properties`](https://stylelint.io/user-guide/rules/declaration-block-no-redundant-longhand-properties/) and autofix issues. The exclusions are because I find these two shorthands to be harder to read.
This commit is contained in:
parent
f80b403dc9
commit
46b7004f05
3 changed files with 3 additions and 8 deletions
|
@ -7,10 +7,7 @@
|
|||
flex-wrap: wrap;
|
||||
align-items: stretch;
|
||||
padding: 0;
|
||||
margin-top: -1rem;
|
||||
margin-bottom: -1rem;
|
||||
margin-left: -1rem;
|
||||
margin-right: -1rem;
|
||||
margin: -1rem;
|
||||
}
|
||||
|
||||
.ui.relaxed.grid {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue