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
I’ll elaborate a bit more on the issue soon. Just want to get an issue id first to mention it in the codebase
If Tailwind config contains custom spacing with dashes, classes like marging, padding. etc. don’t fold. Example:
"spacing": { "spacinga": "var(--spacing-a)", "spacing-b": "var(--spacing-b)", }
Input:
margin: var(--spacing-a); padding: var(--spacing-b);
Ouput:
m-spacinga pt-spacing-b pr-spacing-b pb-spacing-b pl-spacing-b
m-spacinga p-spacing-b
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior
If Tailwind config contains custom spacing with dashes, classes like marging, padding. etc. don’t fold. Example:
Input:
Ouput:
Expected Behavior
Steps to Reproduce the Problem
Environment
The text was updated successfully, but these errors were encountered: