We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
:is()
1 parent 36080cc commit e953d9aCopy full SHA for e953d9a
.vscode/settings.json
@@ -1,6 +1,6 @@
1
{
2
"editor.codeActionsOnSave": {
3
- "source.fixAll": true
+ "source.fixAll": "explicit"
4
},
5
"editor.defaultFormatter": "esbenp.prettier-vscode",
6
"editor.formatOnSave": true,
website/demos/Animation.tsx
@@ -15,7 +15,8 @@ const rangeClassname = css`
15
const transitionClassname = css`
16
transition: grid-template-rows 0.5s ease;
17
18
- > :is(.rdg-header-row, .rdg-row) {
+ > .rdg-header-row,
19
+ > .rdg-row {
20
transition: line-height 0.5s ease;
21
}
22
`;
0 commit comments