smastrom / vue-collapsed

🏋️‍♂️ CSS height transition from any to auto and vice versa for Vue and Nuxt. Accordion ready.
https://vue-collapsed.pages.dev
MIT License
123 stars 8 forks source link

Suggest changing `.collapse` to `.v-collapse` in the exemple #8

Closed mrleblanc101 closed 1 year ago

mrleblanc101 commented 1 year ago

The .collapse class cause comflict with Tailwindcss, I would suggest prefixing like .v-collapse it in the exemple to avoid people getting confused as to why it's not working.

smastrom-dolly commented 1 year ago

That's a great suggestion, will do that! Thank you!