Skip to content

Commit

Permalink
Remove :is() (#3420)
Browse files Browse the repository at this point in the history
  • Loading branch information
nstepien authored Jan 5, 2024
1 parent 36080cc commit e953d9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
Expand Down
3 changes: 2 additions & 1 deletion website/demos/Animation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ const rangeClassname = css`
const transitionClassname = css`
transition: grid-template-rows 0.5s ease;
> :is(.rdg-header-row, .rdg-row) {
> .rdg-header-row,
> .rdg-row {
transition: line-height 0.5s ease;
}
`;
Expand Down

0 comments on commit e953d9a

Please sign in to comment.