提示的是这样的错误:
content: "Syntax error: File to import not found or unreadable: compass/css3/animation.求解
你的compass版本把animation包独立出去了,你应该重新安装animation包
gem install animation -pre
并且在你的config.rb 文件中引入animation包
require "animation"
最后在import这个包
@import "animation";