Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/user-interface/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sass 指南针未在崇高文本2中编译_Sass_Sublimetext2_Compass Sass_Compass - Fatal编程技术网

Sass 指南针未在崇高文本2中编译

Sass 指南针未在崇高文本2中编译,sass,sublimetext2,compass-sass,compass,Sass,Sublimetext2,Compass Sass,Compass,尝试保存scss文件时出现以下错误: File to import not found or unreadable: compass. (Sass::SyntaxError) 未找到或无法读取要导入的文件:compass。(Sass::SyntaxError) 我的Sass生成器配置: { "output_path": "../css", "options": { "cache": true, "debug": tr

尝试保存scss文件时出现以下错误:

File to import not found or unreadable: compass. (Sass::SyntaxError) 未找到或无法读取要导入的文件:compass。(Sass::SyntaxError) 我的Sass生成器配置:

{ "output_path": "../css", "options": { "cache": true, "debug": true, "line-comments": true, "line-numbers": true, "style": "nested" } } { “输出路径”:“./css”, “选择”:{ “缓存”:正确, “调试”:正确, “线评论”:没错, “行号”:正确, “样式”:“嵌套” } } 使用my Sublime Text 2安装了以下软件包:

所以问题是,我做错了什么?我是否需要在构建配置中添加一些内容

提前谢谢