missing Tailwind 2.0 colors
See original GitHub issueHi, Thanks for this toolkit.
I have tried this: const colors = require('windicss/colors') in tailwind.config.js, but I see these typescript errors.
...
colors: {
...
bluegray: colors.blueGray,
coolgray: colors.coolGray,
gray: colors.gray,
truegray: colors.trueGray,
warmgray: colors.warmGray,
red: colors.red,
orange: colors.orange,
}
Does windicss/colors' provide the full range of Tailwind 2.0 colors?
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (11 by maintainers)
Top Results From Across the Web
After upgrade to 3.0 some colors are missing. #6831 - GitHub
Hello,. I've upgraded tailwindcss to v 3.0. I followed the guide and all is well, except I seem to be missing some colors...
Read more >Customizing Colors - Tailwind CSS
Tailwind uses literal color names (like red, green, etc.) and a numeric scale (where 50 is light and 900 is dark) by default....
Read more >TailwindCSS Missing Colors in Production vs Development
I am using Laravel Jetstream with TailwindCSS. I have modified some of the config.js files (webpack, tailwind ...
Read more >Tailwind color extension doesn't show up - Laracasts
Hello, I'm trying tailwind for the first time with laravel, and Im trying to change the default grays to the trueGray shades in...
Read more >How to add colors from the new color palette in TailwindCSS ...
How to add missing colors from TailwindCSS v2's new color palette.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Probably unrelated but extending colors didn’t seem to work either.
I’m not sure if this is intended behavior since the docs do say that “Any configuration options you provide will extend the default options.” but the migration guide still shows the theme > extend > colors format.
It’s because uppercase in class names were ignored. Fixed now. Thanks.