Skip to content

Styler corrupts @keyframes sections #33

@ermouth

Description

@ermouth

Animation definitions like

{
  style:{
    '@keyframes somename': 'from {} to{}'
  }
}

are prefixed as other class names during init. Result breaks animations, cause looks like this:

<style>
@keyframes somename {
  .my-manifest-manid from {}
  .my-manifest-manid to {}
}
</style>

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