-
Hey! I've recently come across your project and I've noticed that when using cva() function you can pass either array or string value to define base class as first argument. Does anybody know what's the difference between them? Or when would I want to actually pass a string rather than an array or other way around? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
joe-bell
Jun 16, 2023
Replies: 1 comment 1 reply
-
It's purely for DevEx! Breaking classes into an array can sometimes be a little easier to read for longer class lists |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dzolt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's purely for DevEx! Breaking classes into an array can sometimes be a little easier to read for longer class lists