tailwindcss icon indicating copy to clipboard operation
tailwindcss copied to clipboard

A utility-first CSS framework for rapid UI development.

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

**What version of Tailwind CSS are you using?** v4.0.0-alpha.7 **What build tool (or framework if it abstracts the build tool) are you using?** [email protected], [email protected] **What version of Node.js are...

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

v4

This PR adds support for url imports in the binary executable. This allows for tailwind plugins to be imported from the internet if you aren't using node.js. e.g ```js import...

**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?** Next.js 13.5.4 **What version of Node.js are...

**What version of Tailwind CSS are you using?** 4.0.0-alpha.6 **What build tool (or framework if it abstracts the build tool) are you using?** "next": "^14.1.1" "@tailwindcss/postcss": "^4.0.0-alpha.6", "postcss": "^8.4.35", **What...

v4

**What version of Tailwind CSS are you using?** 4.0.0-alpha.6 **What build tool (or framework if it abstracts the build tool) are you using?** Vite 5.1.5 **What version of Node.js are...

v4

This is the v3 equivalent of PR #13596 Matching for the hyphen character in the existing regex to use support queries as-is resolves #13594 Tests (w/ updated): - ✅ `supports-[display:grid]:grid`...

**What version of Tailwind CSS are you using?** v3 and v4 **Reproduction URL** https://play.tailwindcss.com/ySYgzSn5FT **Describe your issue** Classes like `supports-[font-format(opentype)]:grid` generate invalid CSS, because we currently assume that supports values...

**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?** * [email protected] * [email protected] **What version of...

In Firefox Nightly, when using properties that declare the shorthand syntax ``, there is a bug where two properties side-by-side e.g. `var(—foo)var(—bar)` invalidate the property value when it should not....