Even tho tailwind provide a lot of customizability still this method of choosing colors can be little restrictive and inefficient
if you want more freedom in choosing the colors :
- First install the extension Color info on your VCS code editor.
- second after creating a tailwind class, let s say for example you wanna customize the color of a text:(className="text-...") first put a random color using #ffff(or any hex number) so color info can read it second now you can see the GUI to change the color to what you want
lastly after you choose your hex number color you have to just enclosed it in brackets [#ffff] and tailwind would be able to read it.
I hope this helps.
Top comments (0)