Skip to content

Commit

Permalink
ci: allow width and height only as exceptions, prefer `inline-siz…
Browse files Browse the repository at this point in the history
…e` and `block-size`
  • Loading branch information
Robbert committed Jun 4, 2023
1 parent 74fc6f8 commit 29e8059
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
],
"property-disallowed-list": [
[
"height",
"margin",
"margin-bottom",
"margin-left",
Expand All @@ -75,7 +76,8 @@
"padding-bottom",
"padding-left",
"padding-right",
"padding-top"
"padding-top",
"width"
]
],
"selector-max-id": [0],
Expand Down

0 comments on commit 29e8059

Please sign in to comment.