Closed sangosteve closed 1 year ago
This is correct: cva
doesn’t override classes.
Tailwind’s specificity is flat, which means classes can’t override eachother.
You’ll need tw-merge
for this behaviour, however I’d recommend structuring your classes in a different way first
Side-note: please use the issue template going forwards
Discussed in https://github.com/joe-bell/cva/discussions/111