Relative Content

Tag Archive for reactjstailwind-cssrollup

VariantProps used with class variance authority not being built

I created a library using react vite with reusable components built on top of tailwind css. I use different variants of props for styling them with the help of class-variance-authority. Once I build the library and try to import it, I can only access the props defined as “static” (not the ones defined in the variants file).