Skip to content

[Bug]: Incorrect parsing @keyframes rule #1

@Sepush

Description

@Sepush

Incorrect deal with @Keyframes rule for animation relted css

Image
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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions