stylus / nib

Stylus mixins, utilities, components, and gradient image generation
http://stylus.github.io/nib
MIT License
1.91k stars 249 forks source link

How to pass multiple animations to `animation()` in `vendor.styl`? #319

Open yaway opened 8 years ago

yaway commented 8 years ago

I tried to set multiple animations with animation() like this:

animation(progress 1s infinite,circle 3s infinite)

But got css like:

animation: progress 1s infinite circle 3s infinite

The comma disappeared.