Closed tderkert closed 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.
foreground-500': 'rgba(255, 255, 255, 0.3)
.text-foreground-500 hsl(var(--twc-foreground-500) / var(--tw-text-opacity))
This color worked fine when it was in the regular part of the Tailwind color config.
Fixed in version 1.0.8
Thank you very much! 🙏
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.