预处理器

时间:2017-09-25 08:31:03

标签: sass

我已经设置了自己的(Bootstrap 3)scss mixins,因为它是在Bootstrap中完成的: 我的scss文件夹(模板)中的mixin文件夹。像这样:

-scss (with template.scss)
-- bootstrap
-- template/mixins

将其链接到文件template.scss:@import" template / mixins&#34 ;;

Prepros不接受它:"要导入的文件未找到或不可读:template / mixins"。

如何设置?

1 个答案:

答案 0 :(得分:0)

找到它。文件夹设置正确,但相应的@import没有。一级太高了。 @import mixins不应该在template.scss中,而应该在模板文件夹中作为_mixins.scss