You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install Tailwind CSS in Remix Project
I experimented with adding the Available breakpoints class, for example "md:hidden ", I found that it worked fine. When running on Remix
I want to install storybook into Remix and Tailwind.css.
***3. After installing Storybook, I encountered an issue can't use the Available breakpoints class, such as "md:hidden". How can I resolve this problem?
import { NavLink } from '@remix-run/react'
{/* can't use the Available breakpoints class when install storybook */}
<NavLink to="#" className="md:hidden">Test hidden</NavLink>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Steps to reproduce the issue
I experimented with adding the Available breakpoints class, for example "md:hidden ", I found that it worked fine. When running on Remix
I want to install storybook into Remix and Tailwind.css.
***3. After installing Storybook, I encountered an issue can't use the Available breakpoints class, such as "md:hidden". How can I resolve this problem?
Beta Was this translation helpful? Give feedback.
All reactions