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

- This does not necessarily speed up builds but does run jobs post build in parallel - There are more ways to optimize these Github actions, which I can do...

Issue is visible here: https://play.tailwindcss.com/BXck05lL3v The fixed line height is inherited via `text-2xl`, and because `` is aligned to the baseline, there will be more whitespace at the bottom. ---...

**What version of Tailwind CSS are you using?** 3.4.11 **What build tool (or framework if it abstracts the build tool) are you using?** play's **What version of Node.js are you...

tailwind v4.0.0.23 Basically, tailwind utilities work fine when importing it using a css file, but the wont work when importing it in a scss file my package.json ```json { "name":...

v4
vite

Introduce a new switch `--classes-output` to the Tailwind CLI build command to output only detected classes. * **src/cli/index.js** - Add a new switch `--classes-output` to the build command. * **src/lib/expandTailwindAtRules.js**...

This PR is a suggestion implementation for solving #14299 . #### Description: I have identified a potential improvement for TailwindCSS that would enhance its compatibility with environments that have limited...

**What version of Tailwind CSS are you using?** 3.4.10, `tailwindcss-linux-x64` binary downloaded for the [releases](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.10) page. **What operating system are you using?** ``` Linux pop-os 6.9.3-76060903-generic #202405300957~1721174657~22.04~abb7c06 SMP PREEMPT_DYNAMIC Wed...

**What version of Tailwind CSS are you using?** 3.4.10 **What build tool (or framework if it abstracts the build tool) are you using?** - Deno v1.4.44 - Postcss v8.0.0 **What...

**What version of Tailwind CSS are you using?** `v3.4.15` vs `v4.0.0-beta.4` **What build tool (or framework if it abstracts the build tool) are you using?** Tested in playground only **Reproduction...

**What version of Tailwind CSS are you using?** For example: v4.0.0-beta.3 **What build tool (or framework if it abstracts the build tool) are you using?** For example: react-router v7 **What...