課程
/前端開發
/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版本把animation包獨立出去了,你應該重新安裝animation包
gem install animation -pre
并且在你的config.rb 文件中引入animation包
require "animation"
最后在import這個包
@import "animation";
舉報
結實Compass,通過這個工具來幫助你寫出更優秀的CSS
6 回答為什么不能通過命令行下載compass-normalize
1 回答compass sprite
1 回答compass模塊不能用,并且compass compile指令不能執行
1 回答gulp-webapp 與 gulp-compass
3 回答引入compass-normalize 報錯!
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2015-11-12
你的compass版本把animation包獨立出去了,你應該重新安裝animation包
gem install animation -pre
并且在你的config.rb 文件中引入animation包
require "animation"
最后在import這個包
@import "animation";