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

**What version of Tailwind CSS are you using?** - 3.4.14 - 4.0.0-alpha28 Both using macOS-arm64 **What build tool (or framework if it abstracts the build tool) are you using?** Standalone...

**What version of Tailwind CSS are you using?** v4.0.0.alpha28 (also tried on alpha27) **What build tool (or framework if it abstracts the build tool) are you using?** Tailwind CLI executable...

Fixes: #14558 This PR fixes an issue where our Vite plugin would crash when trying to load stylesheets via certain static asset query parameters: ```ts import raw from './style.css?raw' import...

This PR improves the tests by not running the optimization step (via Lightning CSS) in places where we know that nothing should be generated. In fact, if _we_ generate invalid...

This is a quick fix to an issue where the types for PluginsConfig don't match those used in plugins like [`@tailwindcss/container-queries`](https://github.com/tailwindlabs/tailwindcss-container-queries). This was caught by TypeScript with [`exactOptionalPropertyTypes`]( https://www.typescriptlang.org/tsconfig/exactOptionalPropertyTypes.html) enabled,...

**What version of Tailwind CSS are you using?** v4.0.0-alpha.28 **Reproduction URL** https://play.tailwindcss.com/AU8RQ3P1UP **Describe your issue** The only true bug in this bug report is this `word-break` typo that's been lurking...

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. ### What changed?...

depfu

**What version of Tailwind CSS are you using?** v3.4.13 **What build tool (or framework if it abstracts the build tool) are you using?** Tested with Bud.js 6.23.3 (using postcss 8.4.24)...

**What version of Tailwind CSS are you using?** `tailwindcss v4.0.0-alpha.20` **What build tool (or framework if it abstracts the build tool) are you using?** `@tailwindcss/cli v4.0.0-alpha.20` **What version of Node.js...

**What version of Tailwind CSS are you using?** v4.0.0-alpha.25 **What build tool (or framework if it abstracts the build tool) are you using?** vite 5.4.8 **What version of Node.js are...