Skip to content

Values for animation-delay interpreted as classnames #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jimmed opened this issue Jul 16, 2015 · 0 comments · Fixed by css-modules/postcss-icss-selectors#19 or #111
Closed

Values for animation-delay interpreted as classnames #107

jimmed opened this issue Jul 16, 2015 · 0 comments · Fixed by css-modules/postcss-icss-selectors#19 or #111

Comments

@jimmed
Copy link

jimmed commented Jul 16, 2015

I have a CSS animation, with the following property set.

.animatedThing {
  animation-delay: 1s;
}

After updating from 0.14 to 0.15, the animation-delay value (1s) is being interpreted as a class name, resulting in some output CSS like so:

.Component__animatedThing__<hash> {
  animation-delay: Component__1s__<hash>;
}

Naturally, the desired behavior is for the value to remain 1s.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant