我創建了一個general.scss
文件並將其放在web/config
文件夾下。我想從任何其他SASS文件導入該文件。但下面的腳本不工作:Dart,SASS:導入位於網絡/目錄中的文件
// anyotherfile.scss
@import 'web/config/general';
上面的命令引發以下錯誤:
Build error: Transform Sass on axis_mobile|lib/app_router.scss threw error: could not resolve import 'Instance of '_SassImport'' (tried [axis_mobile|lib/config/general.scss, axis_mobile|lib/config/general.sass, axis_mobile|lib/config/_general.scss, axis_mobile|lib/config/_general.sass]) null
我怎麼能導入位於web/
目錄下的文件?