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

[![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://togithub.com/fontsource/fontsource) | [`^4.5.11` -> `^4.5.12`](https://renovatebot.com/diffs/npm/@fontsource%2finter/4.5.11/4.5.12) | [![age](https://badges.renovateapi.com/packages/npm/@fontsource%2finter/4.5.12/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

### Version @nuxtjs/tailwindcss: v5.3.1 nuxt: v2.15.8 ### Reproduction Link https://codesandbox.io/s/nuxtjs-tailwindcss-content-raw-x4iny3?file=/nuxt.config.js ### Steps to reproduce Add raw content to the content option of the tailwind config. (https://tailwindcss.com/docs/content-configuration#configuring-raw-content) ### What is Expected?...

bug

### Version @nuxtjs/tailwindcss: v5.3.1 nuxt: v3.0.0-rc6 After upgrading my nuxt blog to v3 (+content and image modules), the only thing that is still completely broken is styling. I found out...

bug

Tailwindcss types are now included in the core tailwind packge. Thus, separate types package is not needed. `@types/tailwindcss` is also deprecated by tailwindlabs

### 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/nostalgic-snow-5m605u ### Steps to reproduce - `npx nuxi init nuxt-app` - `cd nuxt-app` - `yarn install`...

bug

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

### Version @nuxtjs/tailwindcss: **5.0.2** nuxt: **nuxt-edge@latest** ### Reproduction Link **https://github.com/m4sny/nuxt-bridge-tailwind** ### Steps to reproduce 1. `git clone https://github.com/m4sny/nuxt-bridge-tailwind` 2. `yarn install` 3. `yarn dev` ### What is Expected? It should...

bug

### Version @nuxtjs/tailwindcss: 5.1.3 nuxt: 2.15.8 node: 16.13 ### Reproduction Link ### Steps to reproduce When upgrading from V4 to V5 there is a fatal error `Invalid host defined options`...

bug

### Version ------------------------------ - Operating System: `Darwin` - Node Version: `v16.15.0` - Nuxt Version: `3.0.0-rc.1-27525381.1f8e3e2` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `typescript`, `publicRuntimeConfig`, `privateRuntimeConfig`, `css`, `buildModules`,...

bug

Hello, I'm pretty new to nuxt and tailwind. How do I setup scss with nuxt-tailwindcss? I've read something about it is recommended to use postcss but how do I setup...

question