问答详情
源自:-

为什么compass找不到animation

提示的是这样的错误:

content: "Syntax error: File to import not found or unreadable: compass/css3/animation.求解

提问者:gikey 2015-06-13 23:05

个回答

  • jonnyF
    2015-11-12 11:26:29

    你的compass版本把animation包独立出去了,你应该重新安装animation包

    gem install animation -pre

    并且在你的config.rb 文件中引入animation包

    require "animation"

    最后在import这个包

    @import "animation";