gpt4 book ai didi

sass - 找不到要导入的样式表

转载 作者:行者123 更新时间:2023-12-05 07:19:08 26 4
gpt4 key购买 nike

我正在使用 bootstrap 和 sass。带有 grunt 的 Nodejs。

应用.sss

$icon-font-path: "/bower_components/bootstrap-sass-official/vendor/assets/fonts/bootstrap/";
$fa-font-path: "/bower_components/font-awesome/fonts";
$header-height: 50px;

@import 'bootstrap-sass-official/vendor/assets/stylesheets/bootstrap';
@import 'font-awesome/scss/font-awesome';
...
...
...

错误:

Error: Can't find stylesheet to import.

4 │ @import 'bootstrap-sass-official/vendor/assets/stylesheets/bootstrap'

我试过用~ no $icon-font-path,试过放相对路径,没用。

有什么建议吗?谢谢。

最佳答案

所以可能有多个错误:

  1. 样式表的路径是否正确?
  2. 文件名是否正确?
  3. 是否必须在“/bootstrap-sass-official/...”之类的路径前加上“/”?

试试看结果:)

关于sass - 找不到要导入的样式表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57958225/

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