nuxt / icon

The <Icon> component, supporting Iconify, Emojis and custom components.

Home Page:https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't use Tailwind CSS hidden class

nicolaswalcker opened this issue · comments

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?

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