tailwindcss-bg-alpha icon indicating copy to clipboard operation
tailwindcss-bg-alpha copied to clipboard

Group hover not working

Open iamtompickering opened this issue 5 years ago • 2 comments

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 avatar Feb 13 '20 11:02 iamtompickering

@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.

pak11273 avatar Apr 04 '20 22:04 pak11273

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!

adfdev avatar Apr 05 '20 09:04 adfdev