gpt4 book ai didi

css - Sass css 不能在 ubuntu 上运行?不听也不编译

转载 作者:太空宇宙 更新时间:2023-11-04 13:29:31 25 4
gpt4 key购买 nike

Sass 应该相对容易设置,我做到了。

奇怪的是,我设置了一个文件夹,例如

cd Desktop/sass

然后激活...

sass --watch style.s.css:style.css

一切似乎都很好......

>>> Sass is watching for changes. Press Ctrl-C to stop.
write style.css
[Listen warning]:
Listen will be polling for changes. Learn more at https://github.com/guard/listen#polling-fallback.

在 style.s.css 中运行快速测试...保存...

body{
background-color: #fff;
}

根据教程,它应该“检测”更改(因为它正在监听)并编译它们,同时通过终端通知。但这并没有发生。

为了慢跑它,我按 CTRL-C 并再次运行命令...

获取错误(在有效的 css 上?)

Sass is watching for changes. Press Ctrl-C to stop.
error style.s.css (Line 2: Invalid CSS after "#fff": expected expression (e.g. 1px, bold), was ";")
[Listen warning]:
Listen will be polling for changes. Learn more at https://github.com/guard/listen#polling-fallback.

这是一个谜。看起来好像它不应该出错......

这里发生了什么导致它不听并抛出愚蠢的错误?

最佳答案

解决了。

原因:开发者是白痴。

我有 style.s.css 而它应该是 style.scss

关于css - Sass css 不能在 ubuntu 上运行?不听也不编译,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23452168/

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