\n\nPerhaps related, I'm seeing these warnings when building:\n\n```\n[vite:css] Lexical error on line 1: Unrecognized text. 4:12:25 PM\n\n Erroneous area:\n1: infinity * 1px\n^..^\n945| }\n946| .rounded-full {\n947| border-radius: calc(infinity * 1px);\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n948| }\n949| .rounded-s { (x2)\n\nℹ ✓ 227 modules transformed. 4:12:26 PM\n[plugin @tailwindcss/vite:generate:build] Sourcemap is likely to be incorrect: a plugin (@tailwindcss/vite:generate:build) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help\n```\n\nIn `nuxt.config.ts` I have this:\n`css: [\"~/assets/css/main.css\"]`\n\nIn `main.css` I have this:\n\n```\n@import \"tailwindcss\";\n@import \"@nuxt/ui\";\n```\n\n### Additional context\n\nI'm new to vue/nuxt/tailwind so it's entirely possible I'm doing something wrong.\n\n### Logs\n\n```shell-script\n\n```",[2923,2924],{"name":2868,"color":2869},{"name":2925,"color":2926},"needs reproduction","FBCA04",30345,"undefined tailwind variables, css sourcemap warnings","2024-12-23T18:18:48Z","https://github.com/nuxt/nuxt/issues/30345",0.6427243,{"description":2933,"labels":2934,"number":2940,"owner":2871,"repository":2871,"state":2888,"title":2941,"updated_at":2942,"url":2943,"score":2944},"### Environment\n\n- Operating System: `Darwin`\r\n- Node Version: `v20.11.1`\r\n- Nuxt Version: `3.11.2`\r\n- CLI Version: `3.11.1`\r\n- Nitro Version: `2.9.6`\r\n- Package Manager: `yarn@4.2.2`\r\n- Builder: `-`\r\n- User Config: `devtools`, `debug`, `hooks`, `modules`, `plugins`, `nitro`, `runtimeConfig`, `dayjs`, `postcss`, `app`, `css`, `apollo`, `carousel`, `tour`, `vue`, `routeRules`\r\n- Runtime Modules: `@nuxtjs/tailwindcss@6.12.0`, `@nuxtjs/device@3.1.1`, `@nuxt/image@1.4.0`, `@pinia/nuxt@0.5.1`, `@pinia-plugin-persistedstate/nuxt@1.2.0`, `dayjs-nuxt@2.1.9`, `vue3-carousel-nuxt@1.1.1`, `@nuxtjs/apollo@5.0.0-alpha.14`, `nuxt-tour@0.0.9`, `@nuxtjs/i18n@8.3.1`\r\n- Build Modules: `-`\r\n\n\n### Reproduction\n\nCannot reproduce the issue either on new repo or stackblitz\r\n\r\nUsing \r\n\r\n \"nuxt\": \"^3.11.2\",\r\n \"@nuxtjs/tailwindcss\": \"^6.12.0\",\n\n### Describe the bug\n\nIn the below image in nuxt 3 bg-transparent is added at last but it is overridden by bg-yocket-neutral-100\r\n\r\n\u003Cimg width=\"647\" alt=\"Screenshot 2024-05-28 at 5 46 06 PM\" src=\"https://github.com/nuxt/nuxt/assets/45727492/081685a9-7c97-4f4e-8449-e3f0bfbc0719\">\r\n\r\nIn nuxt 2 the behaviour was opposite\r\n\u003Cimg width=\"1115\" alt=\"Screenshot 2024-05-28 at 5 52 22 PM\" src=\"https://github.com/nuxt/nuxt/assets/45727492/f4d6d5f5-d323-4312-bb37-46a4fb52f776\">\r\n\r\n\r\nThis same thing is happening throughout the project\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2935,2938,2939],{"name":2936,"color":2937},"3.x","29bc7f",{"name":2868,"color":2869},{"name":2925,"color":2926},27385,"Tailwindcss added at last is not applied","2024-05-30T05:43:05Z","https://github.com/nuxt/nuxt/issues/27385",0.64601016,{"labels":2946,"number":2949,"owner":2871,"repository":2871,"state":2888,"title":2950,"updated_at":2951,"url":2952,"score":2953},[2947,2948],{"name":2936,"color":2937},{"name":2868,"color":2869},13475,"Tailwind module not working","2023-01-19T16:57:29Z","https://github.com/nuxt/nuxt/issues/13475",0.64648616,{"description":2955,"labels":2956,"number":2959,"owner":2871,"repository":2871,"state":2888,"title":2960,"updated_at":2961,"url":2962,"score":2963},"### Environment\n\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.16.0\r\n- Nuxt Version: 3.5.0\r\n- Nitro Version: 2.4.1\r\n- Package Manager: pnpm@8.5.1\r\n- Builder: vite\r\n- User Config: -\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nhttps://github.com/productdevbook/bug-tailwindcss\n\n### Describe the bug\n\npnpm i\r\npnpm dev web\r\n\r\nthis color dont see .md files\r\n\r\n```\r\n modules: [\r\n '@nuxtjs/tailwindcss',\r\n '@nuxt/content',\r\n ],\r\n``` \r\n\r\n\r\n\r\nif `layer` nuxt.config.ts in change array order, will working tailwindcss\r\n\r\n```\r\n modules: [\r\n '@nuxt/content',\r\n '@nuxtjs/tailwindcss',\r\n ],\r\n``` \r\n\r\n\r\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2957,2958],{"name":2936,"color":2937},{"name":2868,"color":2869},21415,"tailwindcss modules order problem","2023-06-06T22:05:17Z","https://github.com/nuxt/nuxt/issues/21415",0.6504855,{"labels":2965,"number":2968,"owner":2871,"repository":2871,"state":2888,"title":2969,"updated_at":2970,"url":2971,"score":2972},[2966,2967],{"name":2936,"color":2937},{"name":2881,"color":2882},11937,"Error when attempting to use Tailwind CSS with Nuxt 3","2023-01-19T16:08:26Z","https://github.com/nuxt/nuxt/issues/11937",0.65130293,{"description":2974,"labels":2975,"number":2983,"owner":2871,"repository":2871,"state":2888,"title":2984,"updated_at":2985,"url":2986,"score":2987},"### Describe the bug\r\nIn Nuxt 3.4.2, the NuxtWelcome component CSS is being included in the global entry.XX.css file even when it's not used. This didn't happen in 3.4.1\r\n\r\nExample:\r\nWhen you no longer use the NuxtWelcome component..\r\n\u003Cimg width=\"135\" alt=\"image\" src=\"https://user-images.githubusercontent.com/2112282/233808114-75e37049-e504-471a-8d7c-794d0d15740b.png\">\r\n\r\nIt's CSS is still being included in the main entry.css file\r\n\u003Cimg width=\"1272\" alt=\"image\" src=\"https://user-images.githubusercontent.com/2112282/233808141-b482bc5d-f7e5-462d-9a97-2fe95f47dcd8.png\">\r\n\r\n### Reproduction\r\nExample Repo\r\nhttps://github.com/hecktarzuli/nuxt-bug-20450-good-3-4-1\r\n\r\nBranch: Main = Nuxt v3.4.1\r\nhttps://nuxt-bug-20450-good-3-4-1.vercel.app/\r\n(Notice this has no CSS file at all)\r\n\r\nBranch: nuxt-3.4.2 = Nuxt v3.4.2\r\nhttps://nuxt-bug-20450-good-3-4-1-git-nuxt-3-4-2-josh-masteringnux.vercel.app/\r\n(Notice this does have a global entry.XX.css file, and it's filled with the NuxtWelcome styles.\r\n\r\nSTEPS:\r\nCreate a Nuxt 3.4.2 project and do not use the Welcome page.\r\nDo a build, preview\r\nNotice the entry.XX.css file still has the welcome page CSS in it.\r\n### Additional context\r\n\r\nThis didn't happen in the previous version (3.4.1)\r\nIf you have tailwind installed, the global entry.XX.css file would contain tailwind and the NuxtWelcome styles.\r\n\r\n### Environment\r\nnode 14.18.0\r\nnuxt 3.4.1/2\r\n",[2976,2977,2978,2980],{"name":2936,"color":2937},{"name":2881,"color":2882},{"name":2979,"color":2926},"🔨 p3-minor",{"name":2981,"color":2982},"performance","E84B77",20450,"Entry.XX.css includes NuxtWelcome styles when it's not used","2023-04-28T09:14:45Z","https://github.com/nuxt/nuxt/issues/20450",0.6514725,["Reactive",2989],{},["Set"],["ShallowReactive",2992],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fJtphFHDAhbMUDnZmng3MdjZpaLLjzQyCgCCXPiQxS1c":-1},"/nuxt/ui/3986"]