tailwindcss icon indicating copy to clipboard operation
tailwindcss copied to clipboard

A utility-first CSS framework for rapid UI development.

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

**What version of Tailwind CSS are you using?** v4.1.13 **What build tool (or framework if it abstracts the build tool) are you using?** Vite/playground **What browser are you using?** Chrome...

browser bug

This PR updates some error messages with more insights to know what went wrong or why we didn't migrate the JS config file when going from v3 to v4. Let's...

This will make using `@config` less necessary for plugins which don't use `export default`. Added to `@config` for feature parity.

**What version of Tailwind CSS are you using?** 4.1.11 **What build tool (or framework if it abstracts the build tool) are you using?** "postcss": "8.5.3", "@tailwindcss/postcss": "^4.1.11", **What version of...

bug

**What version of Tailwind CSS are you using?** For example: v3.4.17 **What build tool (or framework if it abstracts the build tool) are you using?** For example: postcss" 8.5.3, Vite...

v3

discussion: https://github.com/tailwindlabs/tailwindcss/discussions/19319 ## Summary in css, now can apply the same styles to multiple variants in one place. e.g. ``` @variant hover, focus { background-color: red; } ``` ## Test...

Just noticed funding property in `package.json` files had not been set, perhaps by choice, but just in case. ## Summary Adding funding information to package.json files, such that users of...

_This is just a test of using Claude Code in the Cloud, not really planning to merge this but very curious to see how it did!_ _This was my prompt:_...

pnpm has got itself in a state it can't seem to get out of. basically, it has 3 versions of esbuild install (0.23.x, 0.27.x, 0.25.x) thanks to the fact we...

This seems like an unintentional omission