Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Bug]: Missing Tailwind v3 colors #519

Open
francislavoie opened this issue Nov 11, 2024 · 2 comments · May be fixed by #520
Open

[Bug]: Missing Tailwind v3 colors #519

francislavoie opened this issue Nov 11, 2024 · 2 comments · May be fixed by #520
Labels
🐞 Bug Bug or Bug fixes

Comments

@francislavoie
Copy link

francislavoie commented Nov 11, 2024

Reproduction

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.

Severity

serious, but I can work around it

System Info

Using https://cdn.skypack.dev/twind/shim CDN version

Additional Information

No response

@francislavoie francislavoie added the 🐞 Bug Bug or Bug fixes label Nov 11, 2024
@francislavoie
Copy link
Author

francislavoie commented Nov 11, 2024

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!

@francislavoie francislavoie closed this as not planned Won't fix, can't repro, duplicate, stale Nov 11, 2024
@francislavoie
Copy link
Author

Actually, the 950 colors are missing.

@francislavoie francislavoie reopened this Nov 12, 2024
@francislavoie francislavoie linked a pull request Nov 12, 2024 that will close this issue
5 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
🐞 Bug Bug or Bug fixes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant