I followed this instruction to make tailwind intelissense work with cva.
While it is working for cva simple inputs such as cva("tailwind classes here") and cva(["tailwind", "classes, "here"]). The intellisense is not working inside variants. For example I don't get any intellisense inside variant.h1 below.
Hi, thank you for creating this library.
I followed this instruction to make tailwind intelissense work with cva.
While it is working for cva simple inputs such as cva("tailwind classes here") and cva(["tailwind", "classes, "here"]). The intellisense is not working inside variants. For example I don't get any intellisense inside
variant.h1
below.Is there any way to make intellisense work inside variants configuration?