Skip to content

Commit

Permalink
ci: disallow many more CSS properties, prefer logical properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Jun 4, 2023
1 parent cb8ce7e commit 20e44b2
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,54 @@
],
"property-disallowed-list": [
[
"border-bottom",
"border-bottom-color",
"border-bottom-left-radius",
"border-bottom-right-radius",
"border-bottom-style",
"border-bottom-width",
"border-left",
"border-left-color",
"border-left-style",
"border-left-width",
"border-right",
"border-right-color",
"border-right-style",
"border-right-width",
"border-top",
"border-top-color",
"border-top-left-radius",
"border-top-right-radius",
"border-top-style",
"border-top-width",
"bottom",
"contain-intrinsic-height",
"contain-intrinsic-width",
"height",
"left",
"margin",
"margin-bottom",
"margin-left",
"margin-right",
"margin-top",
"max-height",
"max-width",
"min-height",
"min-width",
"padding",
"padding-bottom",
"padding-left",
"padding-right",
"padding-top",
"right",
"scroll-margin-bottom",
"scroll-margin-left",
"scroll-margin-right",
"scroll-margin-top",
"scroll-padding-bottom",
"scroll-padding-left",
"scroll-padding-right",
"scroll-padding-top",
"top",
"width"
]
Expand Down

0 comments on commit 20e44b2

Please sign in to comment.