gpt4 book ai didi

node.js - Stylus ParseError : expected "indent", 得到 "outdent"

转载 作者:IT老高 更新时间:2023-10-28 23:07:10 26 4
gpt4 key购买 nike

Stylus ParseError: 预期“缩进”,得到“缩进”

Unable to compile Stylus file app/css/app.styl to CSS: ParseError: app/css/provider.styl:22
18| padding-top: 20px
19| text-align: center
20| border-bottom: 1px solid white
21| margin-bottom: 25px
> 22|
23| .aclass
24| display: none
25|

expected "indent", got "outdent"

我在这里做错了什么?感谢您提供有关此错误的任何信息!

最佳答案

从其他库转换 CSS 文件时,我倾向于得到这个。通常,它与包含 filter 属性的附近规则有关。

当规则包含任何 Microsoft “progid”时,您需要转义整个值。

filter: unqoute("progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b80ff', endColorstr='#1d66d3', GradientType=0)")
-ms-filter: unquote("progid:DXImageTransform.Microsoft.Alpha(Opacity=50)")

最后,Stylus 有一个内置的 alpha 函数,因此您需要使用 unquote 来转义它,如下所示:

filter: unquote("alpha(opacity=50)")

关于node.js - Stylus ParseError : expected "indent", 得到 "outdent",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6593683/

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