We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's great to have inside support for functions like clsx!
<div className={clsx( "flex flex-col p-4 border-2 border-gray-200 rounded-lg shadow-md", // sorted session && "select-none opacity-50" // not sorted )} >
However, using logical operators in this way does not align the second class. I think it's great that this is supported.
The text was updated successfully, but these errors were encountered:
tqwewe
No branches or pull requests
It's great to have inside support for functions like clsx!
However, using logical operators in this way does not align the second class. I think it's great that this is supported.
The text was updated successfully, but these errors were encountered: