-
i create a @Utility
i want to @source inline it
then, I have discovered a problem.
compiled result |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I'm not sure if it is intended to work when you have the asterisk in the middle of a the theme token namespace. All examples in the docs show it at the end: @utility tab-* {
tab-size: --value(--tab-size-*);
} Though it is curious that it works if you define the CSS variables in your own |
Beta Was this translation helpful? Give feedback.
I'm not sure if it is intended to work when you have the asterisk in the middle of a the theme token namespace. All examples in the docs show it at the end:
Though it is curious that it works if you define the CSS variables in your own
@theme
.