awssat / tailwindo

🔌 Convert Bootstrap CSS code to Tailwind CSS code
MIT License
1.09k stars 108 forks source link

Extra hover:bg-* in class generated for btn-outline-* #47

Open MartinP7r opened 3 years ago

MartinP7r commented 3 years ago

Thanks for making this tool!

I think I found a small issue:

.btn-outline-primary {
    @apply text-blue-600 border-blue-600 hover:bg-blue-600 hover:text-white bg-white hover:bg-blue-600;
}

has hover:bg-blue-600 twice.

akoolarni commented 1 year ago

I want to contribute here. How can I go ahead?