tailwindcss icon indicating copy to clipboard operation
tailwindcss copied to clipboard

Tailwind CSS module for Nuxt

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

### Version @nuxtjs/tailwindcss: 6.11.4 nuxt: 3.10.3 ### Reproduction Link https://stackblitz.com/edit/github-4um3z1 ### Steps to reproduce I'm not sure if this bug should be addressed in Nuxt or this module itself so...

bug
has-workaround

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@fontsource/inter](https://fontsource.org/fonts/inter) ([source](https://togithub.com/fontsource/font-files/tree/HEAD/fonts/google/inter)) | [`^5.0.17` -> `^5.0.18`](https://renovatebot.com/diffs/npm/@fontsource%2finter/5.0.17/5.0.18) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | @​nuxt/ui-pro | [`^0.7.5` -> `^1.0.1`](https://renovatebot.com/diffs/npm/@nuxt%2fui-pro/0.7.5/1.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2fui-pro/1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

### Version @nuxtjs/tailwindcss: v6.7.0 nuxt: v3.5.0 ### Reproduction Link Without nuxt tailwind module (no HMR issues) - https://github.com/TechAkayy/pg-nuxt-tailwindcss-nuxt-ui-tw-vanilla - https://stackblitz.com/github/TechAkayy/pg-nuxt-tailwindcss-nuxt-ui-tw-vanilla With nuxt tailwind module (HMR issues) - https://github.com/TechAkayy/pg-nuxt-tailwindcss-nuxt-ui-tw-module - https://stackblitz.com/github/TechAkayy/pg-nuxt-tailwindcss-nuxt-ui-tw-module...

### Version @nuxtjs/tailwindcss: 6.11.4 nuxt: 3.10.2 ### Reproduction Link https://stackblitz.com/edit/github-hoyhk3?file=tailwind.config.ts,package.json ### Steps to reproduce 1. Start the app 2. See the import protection in the console ### What is Expected?...

bug
pending

### Is your feature request related to a problem? Please describe. Words directly take from @pi0, as I think he states the problem perfectly: > Due to a lack of...

enhancement

### Is your feature request related to a problem? Please describe. When users are using DevTools the expected workflow for viewing tailwind debug should be via the DevTools tab, not...

enhancement

Here is the screenshot of code: ![image](https://github.com/nuxt-modules/tailwindcss/assets/3498959/549ad5cd-8969-489d-b9e0-07522f7ee974) In local it works fine, and shows a gradient color around the button But in production or on running `npx nuxt generate` It...

has-workaround
pending

There have been some ideas and plans made for this module for 2024, including release for v7. This issue can also act as feature requests for what you'd like to...

enhancement

For performance proposes, everything that can be made to improve final bundle size is welcome. Even better if **automated.** As feature request, would be nice to obfuscate classes on production...

enhancement
help wanted