每当我尝试在我的prepros-project中包含“断点”宝石时,我就会收到此错误:
error sass/main.scss (Line 3 of sass/_grid.scss: File to import not found or unreadable: breakpoint.
加载路径: C:/ XAMPP / htdocs中/ egoplan /上海社会科学院 C:/ Program Files(x86)/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets C:/ Program Files(x86)/Prepros/gems/gems/susy-1.0.9/sass 罗盘:: SpriteImporter)
C:\ XAMPP \ htdocs中\ egoplan \ SASS \ main.scss
我尝试安装/卸载几个版本的指南针,sass,susy和断点。不起作用。怎么办?
答案 0 :(得分:0)
您需要使用Prepro的高级Compass选项才能要求使用Breakpoint gem并使用它。查看他们的using third party Compass plugins说明。
一句警告;我们建议使用Bundler来管理Ruby gem版本并通过命令行进行编译,因为任何其他选项可能不会(并且可能不会)正确处理依赖项。破坏点2.4.x需要Sass 3.3.0+和Compass 1.0.0+而没有Bundler,即使它作为Sass和Compass的不兼容版本正确安装,Breakpoint仍然无法工作可能用过了。请参阅Breakpoint's Installation页。