# is it possible to use client:media directive with tailwind? Such as <SidebarToggle client:media="(@screen md)" />
# Hi, I am sute you can move screens variables to external file and reuse in TW config and anywhere else. You may replace 50em with a variable.
# Also doublecheck the use case, if you are hidding element, you may consider using client:visible instead