SASS with normalize and Codekit

倖福魔咒の 提交于 2019-12-11 22:36:48

问题


When I'm trying to compile my project that include only @import "normalize" from compass-normalize gem it tells me thie error

Compass was unable to compile one or more files in the project:     
LoadError on line 161 of /Applications/CodeKit.app/Contents/Resources/engines/compass/bin/../lib/compass/configuration/data.rb: no such file to load -- compass-normalize
    Run with --trace to see the full backtrace

okey. So I have reinstalled all gems but it still doesn't work. What is more when I'm doing compass watch in command-line it works! And actually it compiles... what's wrong with codekit than?


回答1:


Are you sure you have that specific gem? If not, you could try:

sudo gem install compass-normalize


来源:https://stackoverflow.com/questions/19333888/sass-with-normalize-and-codekit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!