Skip to content
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

-webkit-animation names with numbers are broken #322

Closed
ffdead opened this issue Jul 20, 2011 · 5 comments
Closed

-webkit-animation names with numbers are broken #322

ffdead opened this issue Jul 20, 2011 · 5 comments

Comments

@ffdead
Copy link

ffdead commented Jul 20, 2011

Hi,

Thanks for adding support for keyframe animations in v1.1.4!

However, I noticed that animation names that include numbers are not handled correctly.

This is my source less:

-webkit-animation: anim2 7s infinite ease-in-out;

In the resulting css, the animation name "anim2" is translated into "anim 2" (notice the blankspace):

-webkit-animation: anim 2 7s infinite ease-in-out;

Best,
David Lindkvist

@idris
Copy link
Contributor

idris commented Jul 20, 2011

This is also an issue in some font names without quotes. For example: font-family: museo-sans-2; becomes font-family: museo-sans- 2

@lukeapage
Copy link
Member

@MatthewDL @Synchro this looks sensible to me.. what do you think?

@matthew-dean
Copy link
Member

Yep, looks straightforward. Test and ship.

@Synchro
Copy link
Member

Synchro commented Aug 14, 2012

+1

@lukeapage
Copy link
Member

ha.. already fixed in trunk with test

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

No branches or pull requests

5 participants