0

我正在尝试使用 twind 添加自定义主题,有没有办法将 css 变量与https://twind.dev/一起使用?

4

1 回答 1

0

你可以关注这个:https ://twind.dev/handbook/configuration.html#theme

而不是

gray: colors.trueGray

你可以使用 CSS 变量

gray: 'var(--color-bluegray-300)'

感谢来自上层范围的变量。

于 2021-05-03T14:11:16.887 回答