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
bg-[repeating-conic-gradient(...)]
background-color
background-image
What version of Tailwind CSS are you using?
3.3.2
What build tool (or framework if it abstracts the build tool) are you using?
Just the CLI.
What version of Node.js are you using?
v20.0.0
What browser are you using?
N/A
What operating system are you using?
macOS
Reproduction URL
https://play.tailwindcss.com/n33mDmU8bq
Look at the "Generated CSS":
Describe your issue
I would expect the generated CSS rule to be:
.bg-\[repeating-conic-gradient\(\#F8F9FA_0\%_25\%\2c _white_0\%_50\%\)\] { background-image: repeating-conic-gradient(#F8F9FA 0% 25%, white 0% 50%); }
Just like it works with bg-[conic-gradient(...)]. Thank you!
bg-[conic-gradient(...)]
The text was updated successfully, but these errors were encountered:
repeating-conic-gradient
Hey, thank you for this bug report! 🙏
This should be fixed by #11180, and will be available in the next release.
Sorry, something went wrong.
RobinMalfait
No branches or pull requests
What version of Tailwind CSS are you using?
3.3.2
What build tool (or framework if it abstracts the build tool) are you using?
Just the CLI.
What version of Node.js are you using?
v20.0.0
What browser are you using?
N/A
What operating system are you using?
macOS
Reproduction URL
https://play.tailwindcss.com/n33mDmU8bq
Look at the "Generated CSS":
Describe your issue
I would expect the generated CSS rule to be:
Just like it works with
bg-[conic-gradient(...)]
. Thank you!The text was updated successfully, but these errors were encountered: