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
Sort classes inside functions How can we sort classes in a conditional class function.
import classNames from 'classnames'
<h1 className={classNames(`grid place-items-center min-h-screen`)}>Coming Soon...</h1>
The text was updated successfully, but these errors were encountered:
This kinda works in headwings settings :
"headwind.classRegex": { ... "typescriptreact": "(?:\\bclassName\\s*=\\s*[\\\"\\']([_a-zA-Z0-9\\s\\-\\:\\/]+)[\\\"\\'])|(?:\\btw\\s*`([_a-zA-Z0-9\\s\\-\\:\\/]*)`)|(?:\\bclassName\\s*=\\s*(?:[^\\'\\\"\\}]+[\\'\\\"]([_a-zA-Z0-9\\s\\-\\:\\/]+)[\\\"\\'])*)" }
Sorry, something went wrong.
No branches or pull requests
Sort classes inside functions
How can we sort classes in a conditional class function.
import classNames from 'classnames'
The text was updated successfully, but these errors were encountered: