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
What version of Tailwind CSS are you using?
For example: v3.0.23
What build tool (or framework if it abstracts the build tool) are you using?
For example: Play
What version of Node.js are you using?
For example: N/A
What browser are you using?
For example: Chrome
What operating system are you using?
For example: macOS
Reproduction URL
https://play.tailwindcss.com/Flb7YuMeyy
Describe your issue
You need to do bg-[color:hsl(var(--h),50%,50%)] when bg-[hsl(var(--h),50%,50%)] should arguably suffice.
bg-[color:hsl(var(--h),50%,50%)]
bg-[hsl(var(--h),50%,50%)]
The text was updated successfully, but these errors were encountered:
rgb
rgba
hsl
hsla
RobinMalfait
Successfully merging a pull request may close this issue.
What version of Tailwind CSS are you using?
For example: v3.0.23
What build tool (or framework if it abstracts the build tool) are you using?
For example: Play
What version of Node.js are you using?
For example: N/A
What browser are you using?
For example: Chrome
What operating system are you using?
For example: macOS
Reproduction URL
https://play.tailwindcss.com/Flb7YuMeyy
Describe your issue
You need to do
bg-[color:hsl(var(--h),50%,50%)]
whenbg-[hsl(var(--h),50%,50%)]
should arguably suffice.The text was updated successfully, but these errors were encountered: