0
我使用gulp-sass
來編譯node.js
的sass。我正在使用libsass
配置來設置includePaths
選項。libsass的遞歸路徑
下面的代碼工作:
includePaths: './project/components/controls/selectAgencies/'
...但我想這樣做遞歸東西,並得到相同的結果,類似的下列可能性之一。就目前來看,使用這些設置我會收到錯誤:「導入的文件未找到或無法讀取」。
includePaths: './project/components/controls/'
// or
includePaths: './project/components/controls/**/'
在指南針,這是因爲設置add_import_path "project/components"