Skip to content

Commit

Permalink
Merge pull request #50 from SaekiTominaga/stylelint/logical-caption-side
Browse files Browse the repository at this point in the history
Resolve interim measures following completion of bug fixes in `caption-side`
  • Loading branch information
SaekiTominaga committed May 23, 2024
2 parents 5529c53 + 2165153 commit b610c9e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/stylelint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"stylelint-config-concentric-order": "^5.2.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-plugin-logical-css": "^1.2.0"
"stylelint-plugin-logical-css": "^1.2.1"
},
"devDependencies": {
"stylelint": "^16.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint/stylelint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export default {
'plugin/use-logical-properties-and-values': [
true,
{
ignore: ['overflow-x', 'overflow-y', 'caption-side'],
ignore: ['overflow-x', 'overflow-y'],
severity: 'warning',
},
],
Expand Down

0 comments on commit b610c9e

Please sign in to comment.