tailwindcss icon indicating copy to clipboard operation
tailwindcss copied to clipboard

A utility-first CSS framework for rapid UI development.

Results 277 tailwindcss issues
Sort by recently updated
recently updated
newest added

Hi, this is just a small quality of life improvement to the changes made in #10835, intended for a v3.x. I'm using the `important` selector strategy, and noticed that for...

This PR adds the `items-first-baseline` and `items-last-baseline` utility classes that can control [`baseline-position`](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items#formal_syntax) for the [align-items property](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items#baseline). Browser support: - MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/align-items#browser_compatibility - Can I use `first baseline`: https://caniuse.com/?search=align%20items%3A%20first%20baseline -...

This PR adds the `items-first-baseline` and `items-last-baseline` utility classes that can control [`baseline-position`](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items#formal_syntax) for the [align-items property](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items#baseline). Browser support: - MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/align-items#browser_compatibility - Can I use `first baseline`: https://caniuse.com/?search=align%20items%3A%20first%20baseline -...

**What version of Tailwind CSS are you using?** For example: v3.4.4 **Reproduction URL** https://play.tailwindcss.com/nQleJ1grpC **Describe your issue** When using a class like `[&>&]:before:content-['']` the generated CSS output contain invalid class...

**What version of Tailwind CSS are you using?** `v3.3.3` **What build tool (or framework if it abstracts the build tool) are you using?** Using `vite` with `v4.4.12` **What version of...

**What version of Tailwind CSS are you using?** For example: 4.0.0-alpha.20 **What build tool (or framework if it abstracts the build tool) are you using?** For example: Vite 5.4.2 **What...

Builds on #14239 — that PR needs to be merged first. This PR allows plugins defined with `plugin.withOptions` to receive options in CSS when using `@plugin` as long as the...

**What version of Tailwind CSS are you using?** v3.4.10 **What build tool (or framework if it abstracts the build tool) are you using?** N/A **What version of Node.js are you...

browser bug