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
div(class="bg-red-100 border-l-4 border-red-600 text-red-700 p-4 mb-4")
.bg-red-100(.border-l-4.border-red-600.text-red-700.p-4.mb-4)
.bg-red-100.border-l-4.border-red-600.text-red-700.p-4.mb-4
As you can see, everything but the first class is wrapped inside parenthesis, which causes the class names not to be applied.
The text was updated successfully, but these errors were encountered:
Thanks, I thought I had written tests for this case 🤔 I had an internal refactor and maybe this influenced this Anyway, fixed in 1.1.7
7bbc423
Sorry, something went wrong.
Thanks!
Shinigami92
No branches or pull requests
Info
Input
Output or Error
Expected Output
.bg-red-100.border-l-4.border-red-600.text-red-700.p-4.mb-4
Additional Context
As you can see, everything but the first class is wrapped inside parenthesis, which causes the class names not to be applied.
The text was updated successfully, but these errors were encountered: