要在多个目录中编译.scss文件,我们需要使用"add_import_path"(http://compass-style.org/help/tutorials/configuration-reference/),但我不明白.
我试过补充一下
additional_import_paths
add_import_path "_themes"
add_import_path = "_themes"
additional_import_paths = "_themes"
Run Code Online (Sandbox Code Playgroud)
在我的config.rb中,但没有运气,Compass仅从sass_dir ="_modules"进行编译
更新:是的,这一行
add_import_path "_themes"
Run Code Online (Sandbox Code Playgroud)
不会给我们"找不到文件夹"错误,但指南针仍然没有编译.scss
我究竟做错了什么?