tailwindcss
tailwindcss copied to clipboard
A utility-first CSS framework for rapid UI development.
In #14221 we added a new export to the `tailwindcss` package: `tailwindcss/defaultTheme`. This is build on top of the full config from V3 and will allow plugins to keep being...
In Tailwind v4 the CSS file is the main entry point to your project and is generally configured via `@theme`. However, given that all v3 projects were configured via a...
**What version of Tailwind CSS are you using?** 3.4.7 **What build tool (or framework if it abstracts the build tool) are you using?** "next": "14.2.5", "postcss": "^8.4.40", **What version of...
**What version of Tailwind CSS are you using?** v3.4.10 **What build tool (or framework if it abstracts the build tool) are you using?** For example: postcss-cli 8.3.1, Next.js 10.0.9, webpack...
**What version of Tailwind CSS are you using?** `v4.0.0-alpha.19` **What build tool (or framework if it abstracts the build tool) are you using?** vite: `v5.4.1`, @tailwindcss/vite: `4.0.0-alpha.19` **What version of...
**What version of Tailwind CSS are you using?** v3.4.10 **What build tool (or framework if it abstracts the build tool) are you using?** postcss 8.4.41 **What version of Node.js are...
**What version of Tailwind CSS are you using?** `v3.4.10` (tested in `v3.4.4`, too) **What build tool (or framework if it abstracts the build tool) are you using?** `none` **What version...
The default line height of the `lg` font size looks a bit large compared to the rest of the line heights. You can see this in these demo's (third paragraph):...
Im using: - tailwind v4.0.0-alpha.17 ( @tailwindcss/postcss ) - nuxt v3.12.3 - sass v1.77.8 The following code works perfectly: ``` @import "../theme/_index.scss" layer(theme); @import "tailwindcss/preflight" layer(base); @import "../base/_index.scss" layer(base); @import...
This PR improves our sorting algorithm to better handle situations where two utilities have the same set of unique properties but one has more total declarations than the other. This...