課程
/前端開發(fā)
/Sass/Less
/Sass和Compass必備技能之Compass
提示的是這樣的錯誤:
content: "Syntax error: File to import not found or unreadable: compass/css3/animation.求解
2015-06-13
源自:Sass和Compass必備技能之Compass
正在回答
你的compass版本把a(bǔ)nimation包獨(dú)立出去了,你應(yīng)該重新安裝animation包
gem install animation -pre
并且在你的config.rb 文件中引入animation包
require "animation"
最后在import這個包
@import "animation";
舉報
結(jié)實(shí)Compass,通過這個工具來幫助你寫出更優(yōu)秀的CSS
6 回答為什么不能通過命令行下載compass-normalize
1 回答compass sprite
1 回答compass模塊不能用,并且compass compile指令不能執(zhí)行
1 回答gulp-webapp 與 gulp-compass
2 回答compass合圖問題
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2015-11-12
你的compass版本把a(bǔ)nimation包獨(dú)立出去了,你應(yīng)該重新安裝animation包
gem install animation -pre
并且在你的config.rb 文件中引入animation包
require "animation"
最后在import這個包
@import "animation";