gpt4 book ai didi

css - 在 Stylus 中传递带参数的函数

转载 作者:太空宇宙 更新时间:2023-11-04 14:59:46 24 4
gpt4 key购买 nike

我一直试图在 Stylus 中将函数作为参数传递,但它从不渲染任何东西。我究竟做错了什么?我不明白这个...

foo(fn)
fn(x)
fn(x)
background x
.myclass
foo(black)

我希望这会为 .myclass 呈现黑色背景。

Stylus 的网站目前已关闭,所以这里是 cached link to the relevant doc

最佳答案

糟糕,我搞砸了(现在还早)。对于其他好奇的人,您需要像这样传递变量:

foo(fn, x)
fn(x)
bg(bg_color)
background bg_color
.myclass
foo(bg, black)

关于css - 在 Stylus 中传递带参数的函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16566731/

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