cyntler / hamburger-react

Animated hamburger menu icons for React.js weighs only 1.5 KB.
https://hamburger-react.netlify.app
MIT License
963 stars 36 forks source link

Any way to hide burger with tailwind in breakpoints? #37

Closed Nuno111 closed 3 years ago

Nuno111 commented 3 years ago

I'm using this with tailwind css and I can't seem to manage to hide the burger on larger screens, atm I have something like this:

I tried to set important tags in tailwind config but it doesn't seem to work still

`

`

Ignore me sorry for the trouble, really tired. I just encapsulated the component in a div with the hidden class..