为什么compass找不到animation

来源:-

gikey

2015-06-13 23:05

提示的是这样的错误:

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

写回答 关注

1回答

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

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

    gem install animation -pre

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

    require "animation"

    最后在import这个包

    @import "animation";

Sass和Compass必备技能之Compass

结实Compass,通过这个工具来帮助你写出更优秀的CSS

21217 学习 · 76 问题

查看课程

相似问题