Skip to content

Commit e953d9a

Browse files
authored
Remove :is() (#3420)
1 parent 36080cc commit e953d9a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.fixAll": true
3+
"source.fixAll": "explicit"
44
},
55
"editor.defaultFormatter": "esbenp.prettier-vscode",
66
"editor.formatOnSave": true,

website/demos/Animation.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ const rangeClassname = css`
1515
const transitionClassname = css`
1616
transition: grid-template-rows 0.5s ease;
1717
18-
> :is(.rdg-header-row, .rdg-row) {
18+
> .rdg-header-row,
19+
> .rdg-row {
1920
transition: line-height 0.5s ease;
2021
}
2122
`;

0 commit comments

Comments
 (0)