discuss icon indicating copy to clipboard operation
discuss copied to clipboard

A place to ask questions, get help, or share what you've built with Tailwind CSS.

Results 100 discuss issues
Sort by recently updated
recently updated
newest added

Have you been thinking over support @supports query?

Hey, I'm currently facing a problem, where children with a percentage width (i.e. `w-1/3`) in a centered flex element (`flex mx-auto`) do not have the full width and result in...

How could do this in tailwind? ` .selected { border:1px solid #ccc; border-left: 4px solid purple; }`

I'm having issues getting @apply to work with my gulp workflow. Is there any npm packages I need to install to get the @apply working? @tailwind seems to be working...

Firstly, congratulations to @adamwathan, @reinink, @davidhemphill and Steve Schoger for an absolutely incredible release. Incredible in that it's immeasurably usable in it's current Alpha state and also that it's just...

Is there a way to have a single value generate into multiple keys/classes? **Config** ``` module.exports = { theme: { colors: { gray: { [500, default]: '#CCC', ... } }...

Hi there, the more I'm using Tailwind, the more I'm convinced it's here to stay in my workflow. This leads to another challange: I need a way for myself and...

modal component needed in the tailwind css framework

Hello again, i have a a new question. Not truly understand font families and how all that works. What i must achieve is that on a page i have to...

What's the appropriate way to define both a font family, weight, and size to a class such as `font-heading`?