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

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

Adds support for the [`prefers-reduced-transparency`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-transparency) media query. I've implemented and filed a Chrome Intent to Ship for this feature: https://groups.google.com/a/chromium.org/g/blink-dev/c/EiZ2vlPy9xs

v4

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

Tailwind is throwing a caniuse/browserslist outdated issue without using the CLI: To repeat the issue: 1: Open a project, `npm init -y` => `npm i -D tailwindcss` 2: Initialize tailwind...

Hello, Following the Contributing guide I firstly opened a discussion in June 2023 (and purpose to implement it myself). https://github.com/tailwindlabs/tailwindcss/discussions/11410 But I didn't receive any response from staff and some...

**What version of Tailwind CSS are you using?** v3.4.3 **What build tool (or framework if it abstracts the build tool) are you using?** Nuxt 3.11.2, @nuxtjs/tailwindcss 6.12.0, @shuriken-ui/next 3.1.5, @shuriken-ui/tailwind...

### Discussed in https://github.com/tailwindlabs/tailwindcss/discussions/13547 Originally posted by **sxdav** April 18, 2024 I'm trying to add css vars aliases to the config like that: `const config: Config = { theme: {...

**What version of Tailwind CSS are you using?** 4.0.0-alpha.9 **What build tool (or framework if it abstracts the build tool) are you using?** Svelte 5.0.0-next.80, SvelteKit 2.5.4, @tailwindcss/vite 4.0.0-alpha.9, vite...

While working on the removal of automatic var injection (#13537), I noticed that underscores in variables are converted to spaces. Before the automatic var injection removal, the following code would...

v4