I need to use animation wih compass, so I try to use like said in doc: http://compass-style.org/reference/compass/css3/animation/
I put at top of my file:
@import "compass/css3/animation";
but I have error:
File to import not found or unreadable: compass/css3/animation.
I have the latest version of compass and rails-compass gem, so I don't know where is my mistake?
thx.