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 adds variants for the `:nth-child()`, `:nth-last-child()`, `:nth-of-type()`, and `:nth-last-of-type()` pseudo classes. These variants support arbitrary values as well as numeric bare values. Refer to the table below for example...

v4

Tailwind Version: `next` using Vite plugin I've been using Tailwind to design overlays in OBS Studio for years now. Recently decided to take the jump and try `next`. Ran into...

This PR is a continuation of #13537. Currently we reverted the merged changes so that we can get a new alpha version out without this change. --- This PR removes...

v4

**What version of Tailwind CSS are you using?** 3.4.3 & next **Describe your issue** I'm working on a library that executes commands, prints errors on red when there is a...

This PR bumps all dependencies to their latest versions. It also updates the tests to reflect the changes in the latest version of `lightningcss`.

v4

**What version of Tailwind CSS are you using?** v3.4.3 **What build tool (or framework if it abstracts the build tool) are you using?** Just using Tailwind CLI **What version of...

Bump micromatch to avoid vulnerabilities References: https://github.com/micromatch/micromatch/issues/249

`bg-clip-text`, which translates to `background-clip: text` does not work on the latest Brave version (1.29.80). It says: "Invalid property value". By simply adding the -webkit-background-clip counterpart similarly to other classes...

**What version of Tailwind CSS are you using?** 3.4.3 **What build tool (or framework if it abstracts the build tool) are you using?** postcss 8.4.38 **What version of Node.js are...

**What version of Tailwind CSS are you using?** (next-cli) ``` dependencies: next 14.2.3 react 18.3.1 react-dom 18.3.1 devDependencies: @types/node 20.12.12 @types/react 18.3.2 @types/react-dom 18.3.0 postcss 8.4.38 tailwindcss 3.4.3 typescript 5.4.5...