ky-is / tailwind-color-palette

Personalized color palettes for Tailwindcss.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to generate 'bg'-* colors

D4rkMindz opened this issue · comments

Hi there.

First of all, thanks for creating such a useful tool.

Now that i am using that tool, i found out, that this tool is not able to generate the bg-- classes.

How may i help you implementing this feature to generate also the named classes?

commented

Hey, glad you're enjoying it!

This utility just creates the color definitions that Tailwind then uses to generate the actual classes like text-brand-900, bg-brand-100, etc. So if bg-*-x00 isn't working, there may be an issue with your configuration.

Check out the documentation here: https://tailwindcss.com/docs/background-color/#customizing, and let me know if you're still having any issues, thanks!