Skip to content
New issue

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(...)] generates a background-color declaration instead of background-image #11178

Closed
benface opened this issue May 8, 2023 · 1 comment
Assignees

Comments

@benface
Copy link
Contributor

benface commented May 8, 2023

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":

CleanShot 2023-05-08 at 00 30 42@2x

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!

@RobinMalfait
Copy link
Contributor

Hey, thank you for this bug report! 🙏

This should be fixed by #11180, and will be available in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants