L-Blondy / tw-colors

Tailwind plugin to easily add multiple color themes to your projects.
MIT License
464 stars 14 forks source link

rgba values loose opacity value #3

Closed tderkert closed 1 year ago

tderkert commented 1 year ago

foreground-500': 'rgba(255, 255, 255, 0.3) in config turns into .text-foreground-500 hsl(var(--twc-foreground-500) / var(--tw-text-opacity)) in the css class.

This color worked fine when it was in the regular part of the Tailwind color config.

L-Blondy commented 1 year ago

Fixed in version 1.0.8

tderkert commented 1 year ago

Thank you very much! 🙏