Skip to content

Commit

Permalink
Merge pull request #37 from SaekiTominaga/stylelint/overflow-logical-…
Browse files Browse the repository at this point in the history
…property-suspension

Allow physical properties of `overflow`
  • Loading branch information
SaekiTominaga committed Apr 14, 2024
2 parents 0b7b248 + 27734f0 commit 6c0c5c3
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 37 deletions.
81 changes: 49 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/stylelint/__tests__/invalid/rules.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
height: 0;
min-height: 0;
max-height: 0;
overflow-x: auto;
overscroll-behavior-x: auto;
}

Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"stylelint-config-standard": "^36.0.0"
},
"devDependencies": {
"stylelint": "^16.2.1"
"stylelint": "^16.3.1"
},
"peerDependencies": {
"stylelint": "^16.2.1"
"stylelint": "^16.3.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 0 additions & 2 deletions packages/stylelint/stylelint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ export default {
'height',
'min-height',
'max-height',
'overflow-x',
'overflow-y',
'overscroll-behavior-x',
'overscroll-behavior-y',
],
Expand Down

0 comments on commit 6c0c5c3

Please sign in to comment.