tailwindcss icon indicating copy to clipboard operation
tailwindcss copied to clipboard

A utility-first CSS framework for rapid UI development.

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

**What version of Tailwind CSS are you using?** v3.0.2 **What build tool (or framework if it abstracts the build tool) are you using?** Parcel 2 👋 **What version of Node.js...

**What version of Tailwind CSS are you using?** v3.1.8 **What build tool (or framework if it abstracts the build tool) are you using?** postcss-cli 10.0.0 **What version of Node.js are...

**What version of Tailwind CSS are you using?** v3.1.0 **What build tool (or framework if it abstracts the build tool) are you using?** @craco/[email protected] **What version of Node.js are you...

**What version of Tailwind CSS are you using?** v3.0.22 **What build tool (or framework if it abstracts the build tool) are you using?** None **What version of Node.js are you...

**What version of Tailwind CSS are you using?** v.3.0.23 **What build tool (or framework if it abstracts the build tool) are you using?** postcss-cli 8.4.7 **What version of Node.js are...

**What version of Tailwind CSS are you using?** v3.1.6 **What build tool (or framework if it abstracts the build tool) are you using?** Create React App v5.0.1 **What version of...

This PR adds a [`not-`](https://developer.mozilla.org/en-US/docs/Web/CSS/:not) variant for every pseudo-class variant (plus `open:`), including the `group-` and `peer-` ones (e.g., `not-focus-within:`, `group-not-first:`, `peer-not-open:`). In addition to containing many new tests for...

This PR will add the `list-style-image` utilities. This PR also fix the ambiguity of the `list` utility by introducing the `string:` type for the arbitrary values, so: `.list-['👉']` will generate`list-style-type:...

This PR adds utilities for the [`scrollbar-gutter`](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter) CSS property. Currently only supported in Chromium >= 94. Firefox bug: https://bugzil.la/1715112 (Looks to be [aiming to ship](https://groups.google.com/a/mozilla.org/g/dev-platform/c/pAh2tDhBFOU/m/wQBctGKCCwAJ) in version 97) WebKit bug:...

This PR adds utlities for the [`scrollbar-width`](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-width) CSS property. Currently only implemented in Firefox. Chrome (in-progress) bug: https://crbug.com/891944 Safari bug: https://webkit.org/b/231588 The `scrollbar-none` class also works with Chrome and Safari...