tailwindcss icon indicating copy to clipboard operation
tailwindcss copied to clipboard

A utility-first CSS framework for rapid UI development.

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

# Tailwind v4 generates different CSS on ARM64 vs AMD64 architectures ## Description Tailwind CSS v4 generates different CSS output when run on ARM64 vs AMD64 architectures using identical input...

**What version of Tailwind CSS are you using?** v4.0.14 **What build tool (or framework if it abstracts the build tool) are you using?** postcss, webpack, Aurelia 2 beta-23. **What version...

oxide

This modifies Oxide to use helpers for parallel processing that allow Oxide to compile to `unknown-unknown`. This lets Oxide work in the browser without dealing with the rabbit hole of...

## Summary Package JSON is missing the main property Fixes: #16751 Resolves: ## Test plan I applied this fix directly in my local node modules and this fixed the error

**What version of Tailwind CSS are you using?** v4.0.6 **What browser are you using?** This is a Safari issue. I am working with svelte files. I had implemented media queries...

Tailwind classes do not apply style when hot reloading classes that were not being used before. Need to restart dev server for the styles to apply. I have already tried...

needs reproduction

**What version of Tailwind CSS are you using?** tailwindcss v4.1.1, @tailwindcss/vite v4.1.1 **What build tool (or framework if it abstracts the build tool) are you using?** Vite v6.2.5 **What version...

**What version of Tailwind CSS are you using?** For example: v4.1.7 **What build tool (or framework if it abstracts the build tool) are you using?** `@tailwindcss/[email protected]` **What version of Node.js...

upstream

The `rounded-full` classname doesn't match the pattern of the other radius classnames: ``` rounded-xl: border-radius: var(--radius-xl) rounded-2xl: border-radius: var(--radius-2xl) rounded-3xl: border-radius: var(--radius-3xl) rounded-full: border-radius: calc(infinity * 1px) ``` This PR...

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