tailwindcss
tailwindcss copied to clipboard
A utility-first CSS framework for rapid UI development.
**What version of Tailwind CSS are you using?** "tailwindcss": "^3.4.1", **What build tool (or framework if it abstracts the build tool) are you using?** "next": "14.2.2", **What version of Node.js...
**What version of Tailwind CSS are you using?** 4.0.0-alpha.19 **What build tool (or framework if it abstracts the build tool) are you using?** Vite 5.4.0 **What version of Node.js are...
# What? This PR adds 3 new utilities for styling the width of scrollbars. `scrollbar-width-auto` - For resetting a scrollbar to full-width, useful for overriding the other two*. `scrollbar-thin` -...
This PR is currently in draft state. I will update the description before opening it up for review.
**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 5.2.11 (@ electron-forge 7.4.0 x electron...
**What version of Tailwind CSS are you using?** v4 **What build tool (or framework if it abstracts the build tool) are you using?** Plain vite Projekt with css/html Input files...
Using `process.stdin.resume()` causes stdin to be consumed and buffered in Node immediately — even when using a file as input. It’d be better for our process to not read data...
This PR https://github.com/tailwindlabs/tailwindcss/pull/12455 was merged last year by a [lilconfig](https://github.com/antonk52/lilconfig) maintainer. However, looking at the merge commit [here](https://github.com/tailwindlabs/tailwindcss/commit/f75c3988b3ea862c2388e83f9372386e68913e06), only the `package-lock.json` file was changed, the `package.json` didn't make it through....
Re-opening https://github.com/tailwindlabs/tailwindcss/issues/5956, which asks for support for numerically named max-width breakpoints. It was initially fixed, and then reverted in https://github.com/tailwindlabs/tailwindcss/pull/6289. **What version of Tailwind CSS are you using?** 3.4.4 **What...
The `not-*` variant worked with other variants that only included selectors, however some variants where only `@media`, `@supports`, and `@container` is used, the `not-*` variant would not work. This PR...