可以在CodeKit中查看Sass @warn或@debug指令吗?

时间:2015-01-30 15:48:29

标签: sass compass codekit

例如,在使用指南针保存时编译的sass文件中:

@warn 'this is a warning'

@debug 'debugging info'

我没有在编译日志中看到从这些指令返回的任何内容。

我确保我的config.rb有sass_options = {:quiet => false}

1 个答案:

答案 0 :(得分:1)

使用Sass,是的,使用Sass + Compass,根据我的经验,没有。

See this Compass GitHub issue.我的猜测是CodeKit使用compass compile基于我在CodeKit's Help page上读到的关于GUI如何覆盖config.rb以及config.rb中的更改被忽略的内容。我认为最好的办法是在CodeKit's GitHub上创建一个问题。