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: 3.5.1 nuxt: 3.0.0-rc6 ### Steps to reproduce ```bash yarn upgrade-interactive ``` ### What is Expected? no warnings ### What is actually happening? got this warning ```bash warning...

bug

### Version @nuxtjs/tailwindcss: 5.3.0 nuxt: 3.0.0-rc.6 ### Steps to reproduce install nuxt 3 npx nuxi init nuxt-app yarn install yarn dev -o at this step I get the warning =>...

bug

I've been debugging this for awhile and I'm hitting a wall. I'm attempting to upgrade from v4 to v5 of this library to get some tailwind3 features. ### Version "@nuxtjs/tailwindcss":...

bug

### Version @nuxtjs/tailwindcss:5.3.0 nuxt: 2.15.8 ### Reproduction Link Go to [https://codesandbox.io/s/optimistic-tree-60k42j?file=/package.json](https://codesandbox.io/s/optimistic-tree-60k42j?file=/package.json) ### Steps to reproduce open the `/_tailwind` url ### What is Expected? To get the tailwind config viewer. ###...

bug

### Reproduction Link https://tailwindcss.nuxtjs.org/community/changelog/ ### Steps to reproduce Enter the provided link. You'll see a bunch of error from `@nuxt/content` complaining about the component not using slots. This works fine...

bug

### Version @nuxtjs/tailwindcss: 5.3.0 nuxt: 2.15.8 ### Reproduction Link https://stackblitz.com/edit/nuxt-starter-zcq9qt?file=nuxt.config.js,package.json, see: https://github.com/nuxt-community/tailwindcss-module/issues/500 ### Steps to reproduce Add module, run dev. It can be resolved by disabling the viewer: ``` tailwindcss:...

bug

### Version @nuxtjs/tailwindcss: 5.1.2 nuxt: 2.15.5 ### What is Expected? reset for input styles provided by this plugin, like this ### What is actually happening? Nothing, these styles do not...

bug

### Version @nuxtjs/tailwindcss: 5.3.0 nuxt: 2.15.8 ### My Tailwind config `/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./components/**/*.{js,vue}", "./layouts/**/*.vue", "./pages/**/*.vue", "./plugins/**/*.js", "./nuxt.config.js", ], theme: { extend: {}, },...

bug

### Steps to reproduce Set `content` in `tailwind.config.js` to a non-array as described [in the Tailwind docs](https://tailwindcss.com/docs/content-configuration#transforming-source-files). ### What is Expected? The absence of errors. ### What is actually happening?...

bug