Skip to content

Commit

Permalink
Update property disallowed list.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaemonCahill committed Nov 13, 2023
1 parent d6ab8b8 commit a2664a4
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,51 @@
{
"files": ["./src/button/*.scss"],
"rules": {
"property-disallowed-list": ["border", "border-radius", "border-style", "margin", "padding"],
"property-disallowed-list": [
"border",
"border-bottom",
"border-bottom-color",
"border-bottom-left-radius",
"border-bottom-right-radius",
"border-bottom-width",
"border-bottom-style",
"border-left",
"border-left-color",
"border-left-width",
"border-left-style",
"border-radius",
"border-right",
"border-right-color",
"border-right-width",
"border-right-style",
"border-top",
"border-top-color",
"border-top-left-radius",
"border-top-right-radius",
"border-top-width",
"border-top-style",
"border-style",
"bottom",
"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",
"top",
"width"
],
"csstools/use-logical": "always"
}
}
Expand Down

0 comments on commit a2664a4

Please sign in to comment.