Skip to content

Commit

Permalink
some stylelint work
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 19, 2024
1 parent b188287 commit 726c8b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
]
}
],
"declaration-property-unit-disallowed-list": {
"font-size": [
"px"
]
},
"declaration-block-no-redundant-longhand-properties": true,
"declaration-block-no-shorthand-property-overrides": true,
"font-family-no-duplicate-names": true,
Expand Down

0 comments on commit 726c8b7

Please sign in to comment.