.from-brand-200 {
--tw-gradient-from: #FDB5AF var(--tw-gradient-from-position);
--tw-gradient-to: rgb(253 181 175 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.bg-gradient-to-b {
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
我自定义了brand color属性,但是配置渐变的时候,小程序不生效:

<view class="from-brand-200 bg-gradient-to-b">生成的app.wxss代码为:
看起来没啥问题,但是就是不生效。