Skip to content
This repository was archived by the owner on Jul 17, 2022. It is now read-only.
This repository was archived by the owner on Jul 17, 2022. It is now read-only.

Major problem with keyframes and 0% and animation 0s #49

Description

@Julieng50

Hi !
Using minifyCss :

@keyframes bug-example {
  0% { ... }
  100%{ ... }
}

is converting to :

@keyframes bug-example {
  0 { ... }
  100%{ ... }
}

But "0" in keyframes is ignored by firefox

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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