要导入的文件未找到或不可读:指南针/ css3 /动画

Mat*_*rix 9 animation ruby-on-rails css3 compass

我需要使用带指南针的动画,所以我尝试使用如doc中所述:http://compass-style.org/reference/compass/css3/animation/

我把文件放在顶部:

@import "compass/css3/animation";
Run Code Online (Sandbox Code Playgroud)

但我有错误:

 File to import not found or unreadable: compass/css3/animation.
Run Code Online (Sandbox Code Playgroud)

我有最新版本的指南针和rails-compass宝石,所以我不知道我的错误在哪里?

谢谢.

Mat*_*rix 0

我正在等待好的解决方案,但未决,我使用此修复:http://joshbroton.com/quick-fix-sass-mixins-for-css-keyframe-animations/

希望对其他人有帮助。