Closed arkmech closed 7 months ago
This works:
tailwindRadix({ variantPrefix: 'rdx' }),
but....I get: this TS issue: This expression is not callable. Type '{ handler: (helpers: Helpers) => void; }' has no call signatures.
Should be fixed in 2.9.0
import tailwindRadix from 'tailwindcss-radix';
tailwind.config.ts
I am not sure how to specify variantPrefix with esm import.