Replies: 1 comment 4 replies
-
I believe the list of supported types are here: tailwindcss/packages/tailwindcss/src/utils/infer-data-type.ts Lines 5 to 22 in 541c3d2 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@utility view-transition-* { view-transition-name: --value([custom-ident]); }
@utility anchor-* { anchor-name: --value([dashed-ident]); }
it's not work,but replacing with --value([*]) will work,i want to know which css data types are supported
Beta Was this translation helpful? Give feedback.
All reactions