Relative Content

Tag Archive for htmltailwind-css

Conditionally use classes for custom tailwind screen sizes

I have a small question. I have custom tailwind screen sizes in my tailwind config and I want to conditionally use classes based on the screen sizes. Is that possible with tailwind? class = “logo tablet: logo-text desktop:logo-text”