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

This PR adds modifier information to the `context.getClassList` result. This will allow IntelliSense to provide completions for modifiers such as those for [line-height](https://github.com/tailwindlabs/tailwindcss/pull/9875). Example result: ```js [ // ... 'uppercase',...

**What version of Tailwind CSS are you using?** I'm using the gem [tailwindcss-rails](https://github.com/rails/tailwindcss-rails) which has tailwindcss [v3.2.4](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.2.4) **What build tool (or framework if it abstracts the build tool) are you...

This PR introduces support for [logical properties](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Logical_Properties) in the inline direction for all relevant existing utilities, making it easier to build sites that support LTR and RTL layouts without having...

In german language we have many long words. We concat cohesive words without whitespaces. It's pretty easy to have words with 15+ characters. The german language also has strict rules...

I wanted to add default `font-variation-settings` for the [beta version of the font, where Inter Display was merged into Inter as an optical-size axis](https://github.com/rsms/inter/releases/tag/v4.0-beta7). However, I discovered that there is...

This should resolve https://github.com/tailwindlabs/tailwindcss/discussions/12928

This PR adds 'plus-darker' support to mix-blend-mode. One PR already added 'mix-blend-plus-lighter' (#8288) , but there should also be 'mix-blend-plus-darker' since blend mode also has a 'plus-darker' value that could...

I'd like to propose an improvement to the `rtl/ltr` core plugin that addresses compatibility issues on certain browsers and devices. **Current Issue:** The existing implementation uses the `:where` CSS selector...

**What version of Tailwind CSS are you using?** 3.4.1 **What build tool (or framework if it abstracts the build tool) are you using?** postcss 8.4.34 svelte 4.2.7, @sveltejs/kit 2.0.0, vite...