gpt4 book ai didi

sass - 波旁威士忌 - Sass::SyntaxError:找不到或无法读取要导入的文件:波旁威士忌/波旁威士忌

转载 作者:行者123 更新时间:2023-12-01 05:53:29 24 4
gpt4 key购买 nike

我最近安装了 Bourbon Neat,但是当我使用 Sass Build 在 Sublime Text 2 中编译我的 Scss 时,出现以下错误:

Sass::SyntaxError: File to import not found or unreadable: bourbon/bourbon.

这是我的 scss 文件:

@import "bourbon/bourbon";
@import "neat/neat";
$desktop: new-breakpoint(min-width 768px 12);
$tablet: new-breakpoint(max-width 768px 1);

.container {
@include outer-container;
}
.content-pri {
@include span-columns(9);
}
.content-sec {
@include span-columns(3);
}

我是否错误地安装了 Bourbon 和 Neat?任何帮助将不胜感激!

最佳答案

我从来没有通过 Sublime 构建 Sass,但通常可以在样式表目录中安装 Bourbon 和 Neat,这是你的 @import 路径所建议的,所以检查一下。

检查 ST 为该构建使用了哪些库,例如Compass 0.12.5 与 Sass 3.3 及更新版本不兼容。

同时检查这个 link获取安装说明和依赖项。

关于sass - 波旁威士忌 - Sass::SyntaxError:找不到或无法读取要导入的文件:波旁威士忌/波旁威士忌,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22055752/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com