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
I try to use colors like bg-zinc-700 (zinc being an alternate hue grey) or bg-blue-950 (950 being a new darkest value for each color). Neither work, since these were introduced in Tailwind v3.
Describe the bug
I think these Tailwind v3 colors should be available, either as a package or by default. It's surprising that everything else from v3 works, but the colors do not. Yes I could add them via setup() theming, but that's annoying because these aren't my own colors I'm trying to use, but the stock Tailwind ones.
Oops, looks like https://cdn.skypack.dev/twind/shim was giving me 0.16, that would explain it. Struggling to get it to work drop-in with 1.0 tho 🤔
Edit: Ah, I was using the old <html hidden> thing but that's no longer supported in 1.0 so I was getting a blank page. Confusing. I'm now using <script src="https://cdn.twind.style" crossorigin></script> and zinc works!
Reproduction
I try to use colors like
bg-zinc-700
(zinc being an alternate hue grey) orbg-blue-950
(950 being a new darkest value for each color). Neither work, since these were introduced in Tailwind v3.Describe the bug
I think these Tailwind v3 colors should be available, either as a package or by default. It's surprising that everything else from v3 works, but the colors do not. Yes I could add them via
setup()
theming, but that's annoying because these aren't my own colors I'm trying to use, but the stock Tailwind ones.Severity
serious, but I can work around it
System Info
Using https://cdn.skypack.dev/twind/shim CDN version
Additional Information
No response
The text was updated successfully, but these errors were encountered: