gpt4 book ai didi

css - Sass mixin 中的变量而不是类

转载 作者:行者123 更新时间:2023-11-28 15:05:00 25 4
gpt4 key购买 nike

获取错误:在赋值语句中的 $selector 之后应为 ':'

@mixin clip-path ($selector, $color)
@supports (display: flex)
$selector
background: $color
display: flex

最佳答案

无需使用$selector,只需:

@mixin clip-path ($color)
@supports (display: flex)
background: $color
display: flex

关于css - Sass mixin 中的变量而不是类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49583022/

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