I would really like to use this as I'm very fond of both Sass, Compass and the Animation plugin. One thing lacking though is the animation classes from the original Animate.css that let the user use the animations out of the stylesheets, with jQuery per example.
Could it be possible to add a supplementary stylesheet classes.sass that, through the mean of, say, an @each, would basically do :
.flash
+include animation-name(flash)
Animation-name being taken out of the new Animation mixins in the last Compass update.
I would really like to use this as I'm very fond of both Sass, Compass and the Animation plugin. One thing lacking though is the animation classes from the original Animate.css that let the user use the animations out of the stylesheets, with jQuery per example. Could it be possible to add a supplementary stylesheet classes.sass that, through the mean of, say, an @each, would basically do :
Animation-name being taken out of the new Animation mixins in the last Compass update.