我正在处理一个 .scss 文件,当我使用 Compass 进行编译时,出现此错误:
unrecognized file type: png
它声称这是错误的行:
$factor : image-height(sprite-path($ico-retina-sprites)) / image-height(sprite-path($ico-sprites));
我很确定代码没有任何问题,因为其他人能够很好地编译他们的项目,所以我想知道您是否知道发生这种情况的另一个原因(即安装 Ruby 版本或其他东西)?
谢谢!