manish143143 / cssmin

Automatically exported from code.google.com/p/cssmin
0 stars 0 forks source link

@keyframe __tostring problem #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of CssMin are you using (source and/or build)?
3.0.1

What was the input stylesheet and/or configuration options?
CssAtKeyframesStartToken

What is the expected result?
@keyframe name

And what is the actual result and/or error message?
@keyframe "name"

Please provide any additional information below.
The __toStrig method in CssAtKeyframesStartToken adds " to the name of 
animation. this makes firefox to not see it as valid

Original issue reported on code.google.com by alb...@gmail.com on 1 Apr 2014 at 9:45