Skip to content

Commit

Permalink
Update stylelint.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaemonCahill committed Jan 21, 2024
1 parent 7f98373 commit e64e708
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,16 @@
},
"overrides": [
{
"files": ["./src/button/*.scss"],
"files": [
"./src/button/*.scss",
"./src/g*/*.scss",
"./src/h*/*.scss",
"./src/i*/*.scss",
"./src/j*/*.scss",
"./src/k*/*.scss",
"./src/l*/*.scss",
"./src/m*/*.scss"
],
"rules": {
"property-disallowed-list": ["border", "border-radius", "border-style", "margin", "padding"],
"csstools/use-logical": "always"
Expand Down

0 comments on commit e64e708

Please sign in to comment.