Skip to content

Commit

Permalink
ci: allow top, right, bottom and left only as exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Jun 4, 2023
1 parent ad21494 commit b22c2bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@
],
"property-disallowed-list": [
[
"bottom",
"height",
"left",
"margin",
"margin-bottom",
"margin-left",
Expand All @@ -77,6 +79,8 @@
"padding-left",
"padding-right",
"padding-top",
"right",
"top",
"width"
]
],
Expand Down

0 comments on commit b22c2bf

Please sign in to comment.