tailwindcss-bg-alpha
tailwindcss-bg-alpha copied to clipboard
Group hover not working
I have added alphaColors: ['hover', 'group-hover'] into my Tailwind config, but when I try and use the group-hover class with an alpha class, it doesn't work.
See below an example of how I am trying to use it:
<div class="group">
<div class="border-b border-solid border-black-alpha-0 group-hover:border-black-alpha-10">
Read article
</div>
</div>
@iamtompickering I don't think that's how you use the alphaColors property. But besides that, I don't think this repo is being maintained anymore because the custom colors doesn't work.
Guys I am busy with a backend project, as soon as I move to the frontend side I pick up tailwind css and update the plugin to make it work, I think maximum 1 month of work. In the meantime, any pull request is welcome! Thanks and sorry!