為什么compass找不到animation
提示的是這樣的錯(cuò)誤:
content: "Syntax error: File to import not found or unreadable: compass/css3/animation.求解
提示的是這樣的錯(cuò)誤:
content: "Syntax error: File to import not found or unreadable: compass/css3/animation.求解
2015-06-13
舉報(bào)
2015-11-12
你的compass版本把a(bǔ)nimation包獨(dú)立出去了,你應(yīng)該重新安裝animation包
gem install animation -pre
并且在你的config.rb 文件中引入animation包
require "animation"
最后在import這個(gè)包
@import "animation";