tailwindcss icon indicating copy to clipboard operation
tailwindcss copied to clipboard

Tailwind CSS module for Nuxt

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

### Version @nuxtjs/tailwindcss: 5.0.3 nuxt: 3.0.0-rc.1 (with vite builder) tailwindcss: 3.0.24 ### Steps to reproduce 1. Run nuxt dev server 2. Add a tailwind class to a Vue component that...

bug

### Version @nuxtjs/tailwindcss: v5.1.2 nuxt: v2.15.8 ### Reproduction Link https://codesandbox.io/s/tailwindcss-module-issue-defu-jqhlf6 It is working fine with @nuxtjs/tailwindcss v5.0.4. Another user seems to get the same error, as seen on StackOverflow: https://stackoverflow.com/questions/72409854/defu-webpack-imported-module-3-is-not-a-function-nuxt-auth...

bug

Hello folks, In tailwind.css file, I declare a custom class called ".flex-center" as seen above. ` @layer base { .flex-center { display: flex; align-items: center; justify-content: center; } }` I...

bug

### Version @nuxtjs/tailwindcss: **5.0.3** nuxt: **2.15.8** ### Steps to reproduce Set `exposeConfig` to `true` in `nuxt.config.js` ```js export default { tailwindcss: { exposeConfig: true } } ``` Import `theme` from...

bug

### Version @nuxtjs/tailwindcss: 5.0.4 nuxt: 2.15.8 ### Steps to reproduce Moving from 5.0.3 to 5.0.4 give me the following error : `SyntaxError: The requested module '@nuxt/kit' does not provide an...

bug

### Version @nuxtjs/tailwindcss: v5.0.2 nuxt: 2.15.8 ### What is Expected? ### What is actually happening? I'm trying to use v5 of @nuxtjs/tailwindcss because it uses tailwind v3, but it does...

bug

### Version @nuxtjs/tailwindcss: v4.2.1 nuxt: v2.15.8 node: v17.0.1 ### Steps to reproduce Try to install `@nuxtjs/tailwindcss` in a plain nuxt project: ```bash $ yarn add @nuxtjs/tailwindcss yarn add v1.22.17 [1/4]...

bug

### Version @nuxtjs/tailwindcss: 4.2.0 nuxt: 2.15.7 ### Reproduction Link https://codesandbox.io/s/frosty-forest-rohzeb?file=/pages/index.vue ### Steps to reproduce Add scale-0 to any div ### What is Expected? transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))...

bug

### Is your feature request related to a problem? I was upgrading and following the guide but I had some problems with the safelist option due to a functional component...

enhancement

### Version - `@nuxtjs/tailwindcss: ^5.0.4` - `nuxt: 3.0.0-rc.2` - `@nuxt/webpack-builder: ^3.0.0-rc.2` ### Reproduction Link https://codesandbox.io/s/eloquent-nobel-bfj76l ### Steps to reproduce - `npx nuxi init nuxt-app` - `cd nuxt-app` - `yarn set...

bug