nuxt / icon

The <Icon> component, supporting Iconify, Emojis and custom components.
https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue
MIT License
868 stars 37 forks source link

Can't use Tailwind CSS hidden class #108

Closed nicolaswalcker closed 9 months ago

nicolaswalcker commented 9 months ago

I want remove my icon when my screen is small and i adds the hidden class off Tailwind CSS but in browser developer tools i see the Icon CSS properties overlap with the tailwind one.

image

Is there any way for me to use tailwind's hidden class?

nicolaswalcker commented 9 months ago

I forgot to use the important modifier !. My bad!