导入sass文件的相对路径不起作用

时间:2017-07-26 13:42:02

标签: sass

Here is the tree structure of my project

我正在尝试将一个scss文件(在名为 variables.scss 的主题中可用)导入另一个scss文件(名为 tick-tock.component.scss )但是我收到以下错误消息。

错误:要导入的文件未找到或无法读取:../../ theme / variables

这是我尝试导入文件的方式。

here is how I am trying to import the file.

但是,如果我给出绝对路径,它的工作原理如下。 (哪个是错误的方式) @import' C:/ My-Source / angular-component-library / src / theme / variables';

1 个答案:

答案 0 :(得分:0)

partials / import必须以下划线为前缀,例如'_variables.scss' 您可以在“partials”部分阅读更多相关信息:http://sass-lang.com/guide