tailwindcss
tailwindcss copied to clipboard
A utility-first CSS framework for rapid UI development.
**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?** Docker Compose **What version of Node.js are...
**What version of Tailwind CSS are you using?** v3.4.3 (last) **Reproduction URL** https://play.tailwindcss.com/iK3QZJynRz?file=config **Describe your issue** Tailwind config ``` /** @type {import('tailwindcss').Config} */ export default { theme: { extend: {...
### Discussed in https://github.com/tailwindlabs/tailwindcss/discussions/13630 Originally posted by **un33k** May 3, 2024 ### Description We are encountering a compatibility issue where certain Prettier plugins must be able to precede the Tailwind...
The postcss plugin doesn't write soucemaps when doing the lightning CSS conversion. [I think this is where it needs to happen](https://github.com/tailwindlabs/tailwindcss/blob/next/packages/%40tailwindcss-postcss/src/index.ts#L162) but trying to patch it with pnpm does not...
**What version of Tailwind CSS are you using?** v3.2.4 **What build tool (or framework if it abstracts the build tool) are you using?** PostCSS 8.4.20 **What version of Node.js are...
**What version of Tailwind CSS are you using?** v3.4.4 **What build tool (or framework if it abstracts the build tool) are you using?** vite v5.2.0, postcss v8.4.38, autoprefixer v10.4.19 **What...
**What version of Tailwind CSS are you using?** v3.4.4 **What build tool (or framework if it abstracts the build tool) are you using?** Next.js **Describe your issue** I’m getting a...
Unfortunately, I realized after my previous PR (#13815) got merged that there is one case where there is a visual difference between `list-style: none` and `list-style: ""`, which is when...
I'm doing a follow up on https://github.com/tailwindlabs/tailwindcss/discussions/13751 where I propose a new modifier, that is a simplified "group-*" without an explicit parent. There are many times when the styling is...
**What version of Tailwind CSS are you using?** v3.3.3 **What build tool (or framework if it abstracts the build tool) are you using?** webpack v5 **What version of Node.js are...