-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Incorrect deal with @Keyframes rule for animation relted css
export default c([
c('@keyframes heatmap-loading', `
0% {
background: var(--n-loading-color-start);
}
40% {
background: var(--n-loading-color-end);
}
80% {
background: var(--n-loading-color-start);
}
100% {
background: var(--n-loading-color-start);
}
`),
]);Metadata
Metadata
Assignees
Labels
No labels