tailwindcss
tailwindcss copied to clipboard
Tailwind CSS module for Nuxt
ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
### Version @nuxtjs/tailwindcss: 5.0.0-4 nuxt: 2.15.8 ### Reproduction Link Private project. Big project ### Steps to reproduce In a big project after hot reload many times i get FATAL ERROR:...
页面用: 实际build完之后,自动在 . 之前加了个 反斜杠 \,如下: ``` .m-2{margin:.5rem}.m-2\.5{margin:.625rem} ``` Nuxt:2.15.4 tailwind.config 配置如下: ``` const path = require('path'); module.exports = { mode: 'jit', purge: { enabled: true, content: [ path.join(__dirname, './src/app.html'),...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@nuxtjs/[email protected]` for the project I'm working on. Description: Import of whole directory is...
Hi, I've used this module in the past, but now that I'm starting a new project I'm wondering are there any reasons to use this module instead of just following...
I was trying to use important modifier according to official document of tailwindcss like `!font-bold`. But it's not working. I don't know whether it's a bug or I have something...
### Version @nuxtjs/tailwindcss: 5.0.0-4 nuxt: 3.0.0-27428764.271289c ### Steps to reproduce - Rename your tailwind config file to `tailwind.config.cjs` ### What is Expected? - It should merge ### What is actually...
I would love to use Fontawesome 6 with Nuxt and Tailwind. I followed the instructions provided at https://fontawesome.com/v6.0/docs/web/use-with/vue/use-with, but in production the Fontawesome classes still are purged. I created a...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxt/content](https://togithub.com/nuxt/content) | [`^2.1.0` -> `^2.1.1`](https://renovatebot.com/diffs/npm/@nuxt%2fcontent/2.1.0/2.1.1) | [](https://docs.renovatebot.com/merge-confidence/)...
### Version @nuxtjs/tailwindcss: 5.3.2 nuxt: 3.0.0-rc.9 ### Steps to reproduce Add `"@nuxtjs/tailwindcss"` to `nuxt.config.ts` `modules` as expected: ```ts // nuxt.config.ts modules: ["@nuxtjs/tailwindcss"] ``` ### What is Expected? No warnings ###...
# My Issue > https://stackblitz.com/edit/nuxt-starter-6leryy?file=app.vue I have a component, lets keep it simple ``` export default { name: 'CustomComponent', } .customBG { @apply t-bg-blue-800 } ``` Important, I use prefix...