tailwindcss
tailwindcss copied to clipboard
A utility-first CSS framework for rapid UI development.
**What version of Tailwind CSS are you using?** @tailwindcss/[email protected] [email protected] **What build tool (or framework if it abstracts the build tool) are you using?** https://tailwindcss.com/docs/v4-beta#upgrading-from-v3 Next.js 15.0.3 **What version of...
In v4 utilities some utilities like grid-cols-12 and z-40 do not depend on the theme values and just work. Does that mean that row-42 should also just work? Because it...
**What version of Tailwind CSS are you using?** `@tailwindcss/[email protected]` **What build tool (or framework if it abstracts the build tool) are you using?** `[email protected]` **What version of Node.js are you...
**What version of Tailwind CSS are you using?** 4 beta.2 **What build tool (or framework if it abstracts the build tool) are you using?** Tailwind Play **What version of Node.js...
**What version of Tailwind CSS are you using?** ``` "@tailwindcss/vite": "^4.0.0-alpha.30", "tailwindcss": "^4.0.0-alpha.30" ``` **What build tool (or framework if it abstracts the build tool) are you using?** ``` "@solidjs/start":...
**What version of Tailwind CSS are you using?** v4.0.0-alpha.34 **What build tool (or framework if it abstracts the build tool) are you using?** `@tailwindcss/cli` **Reproduction URL** https://github.com/saadeghi/tw4-component-layer-issue **Describe your issue**...
## Version `@tailwindcss/postcss^4.0.0-alpha.25` & `tailwindcss^4.0.0-alpha.25`, i.e all versions of v4 alpha from **25** to **33** (as of this writing). ## Environment Output of `npx envinfo --system --binaries --browsers --npmPackages "{svelte,@sveltejs/*,vite,tailwindcss,@tailwindcss/postcss}"`:...
Enables tailwind styles to also be applied to the wrapper component containing the important selector. - Adds the wrapper element with the selector to also be included in the output...
I encountered an issue where Tailwind CSS generates an invalid empty selector { } in the compiled CSS, causing errors during parsing. ```bash Parsing css source code failed 839 |...
wip IntelliSense PR: https://github.com/tailwindlabs/tailwindcss-intellisense/pull/1084