You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is similar to #12654 and #12281 using arbitrary background values with multiple radial gradients.
Here is the input
<divclass="w-screen h-screen bg-[radial-gradient(ellipse_539px_673px_at_calc(50vw_-_539px)_0px,red_0px,transparent_70dvh),radial-gradient(circle_at_calc(50vw_+_539px)_100dvh,blue_0%,transparent_75dvh)]">
Test
</div>
What version of Tailwind CSS are you using?
3.4.0
What build tool (or framework if it abstracts the build tool) are you using?
Next.js 14.0.4
What version of Node.js are you using?
18.15.0
What browser are you using?
Chrome
What operating system are you using?
macOS
Reproduction URL
https://play.tailwindcss.com/wORjugi1Xl
Describe your issue
This is similar to #12654 and #12281 using arbitrary background values with multiple radial gradients.
Here is the input
Here is the generated output CSS
Notice the second radial-gradient is generated as
radial - gradient
with spaces.The correct CSS should be
The text was updated successfully, but these errors were encountered: