tailwindcss icon indicating copy to clipboard operation
tailwindcss copied to clipboard

A utility-first CSS framework for rapid UI development.

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

[`:popover-open`](https://developer.mozilla.org/en-US/docs/Web/CSS/:popover-open) is used to style elements with the [`popover`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/popover) attribute when they're open. This is supported in Chromium 114, Safari 17, and Firefox 122.

**What version of Tailwind CSS are you using?** v3.3.1 **What build tool (or framework if it abstracts the build tool) are you using?** play.tailwindcss.com **What browser are you using?** Chrome...

This pull request introduces additional border styles to enhance the flexibility and customization options for borders in the project. The original implementation provided basic border styles, and this update extends...

This allows you to add values for the `has` variant to your theme so we can do things like: ``` theme: { has: { headers: ':where(h1, h2, h3, h4, h5,...

**UPDATE:** I am opening this PR as a re-open of #11217, as I have accounted for the changes recommended by @adamwathan. I have fixed the sorting bug from before and...

[`transition-behavior` ](https://drafts.csswg.org/css-transitions-2/#transition-behavior-property) is a new CSS property that allows you to transition on discrete properties. This is new in Chrome 117. See https://chromestatus.com/feature/5071230636392448 One major use case for this is...

v4

This PR adds utilities for the [`color-scheme`](https://developer.mozilla.org/en-US/docs/Web/CSS/color-scheme) CSS property. (Ignore the browser support for the only word it doesn't break functionality in any browser and definitely works in Chrome)

v4

Add a variant for the [`inverted-colors`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/inverted-colors) media query. This has been supported in Safari for a while. I'm also implementing support in Chrome atm. I've decided to only add the...

v4

Hey there! First-time contributor to Tailwind CSS, if there's anything specific you'd like me to adjust or if you have any questions, please don't hesitate to let me know. **Goal**...

See - https://developer.mozilla.org/en-US/docs/Web/CSS/:user-valid - https://developer.mozilla.org/en-US/docs/Web/CSS/:user-invalid Just landed in Chrome, Firefox & Safari: - https://caniuse.com/mdn-css_selectors_user-valid - https://caniuse.com/mdn-css_selectors_user-invalid

v4