标签: css sass
是否可以检查sass / scss中的导入路径?
例如:
@if(path('../../path_to_import') != undefined) @import '../../path_to_import';