nextui-org / tailwind-variants

🦄 Tailwindcss first-class variant API
https://tailwind-variants.org
MIT License
2.42k stars 70 forks source link

feat: avoid empty strings in the result #38

Closed tianenpang closed 1 year ago

tianenpang commented 1 year ago

Description

Avoiding empty strings in the result to get a cleaner DOM.

Additional context

DOM example with empty result.

Before

<div class>...</div>

After

<div>...</div>

What is the purpose of this pull request?

Before submitting the PR, please make sure you do the following