\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```",[2873,2876],{"name":2874,"color":2875},"pending triage","E99695",{"name":2877,"color":2878},"needs reproduction","FBCA04",30345,"undefined tailwind variables, css sourcemap warnings","2024-12-23T18:18:48Z","https://github.com/nuxt/nuxt/issues/30345",0.6358328,{"description":2885,"labels":2886,"number":2891,"owner":2858,"repository":2858,"state":2859,"title":2892,"updated_at":2893,"url":2894,"score":2895},"### Environment\n\n- Operating System: Darwin\n- Node Version: v20.11.0\n- Nuxt Version: 3.15.2\n- CLI Version: 3.20.0\n- Nitro Version: 2.10.4\n- Package Manager: npm@10.8.3\n- Builder: -\n- User Config: modules, devtools, app, css, colorMode, runtimeConfig, routeRules, watch, experimental, compatibilityDate, vite, primevue, tailwindcss\n- Runtime Modules: @primevue/nuxt-module@4.2.5, @nuxtjs/tailwindcss@6.13.1, @nuxtjs/color-mode@3.5.2, @nuxt/eslint@0.7.5\n- Build Modules: -\n\n### Reproduction\n\nI setup two examples on Stackblitz, checkout the `app.vue`:\n- [Working with 3.15.2](https://stackblitz.com/edit/github-5q6fvymf?file=app.vue)\n- [Failing with 3.15.3](https://stackblitz.com/edit/github-5q6fvymf-otol8ppp?file=app.vue)\n\n### Describe the bug\n\nSince version `3.15.3` the `resolveConfig` method does no longer work\n\n### Additional context\n\nI am using https://nuxt.com/modules/tailwindcss. **It works fine with 3.15.2 and older.**\n\n### Logs\n\n```shell-script\n[nuxt] [request error] [unhandled] [500] Cannot find module './lib/public/resolve-config'\n```",[2887,2888],{"name":2874,"color":2875},{"name":2889,"color":2890},"possible regression","B90A42",30795,"resolveConfig with tailwindcss does not work in 3.15.3","2025-02-08T22:12:49Z","https://github.com/nuxt/nuxt/issues/30795",0.6381811,{"labels":2897,"number":2900,"owner":2858,"repository":2858,"state":2859,"title":2901,"updated_at":2902,"url":2903,"score":2904},[2898,2899],{"name":2852,"color":2853},{"name":2874,"color":2875},13475,"Tailwind module not working","2023-01-19T16:57:29Z","https://github.com/nuxt/nuxt/issues/13475",0.644184,{"labels":2906,"number":2909,"owner":2858,"repository":2858,"state":2859,"title":2910,"updated_at":2911,"url":2912,"score":2913},[2907,2908],{"name":2852,"color":2853},{"name":2874,"color":2875},13296,"Strange error message when use with tailwindcss (Importing directly from a nuxt.config file is not allowed)","2023-01-19T16:51:09Z","https://github.com/nuxt/nuxt/issues/13296",0.6464559,{"labels":2915,"number":2924,"owner":2858,"repository":2858,"state":2859,"title":2925,"updated_at":2926,"url":2927,"score":2928},[2916,2917,2918,2921],{"name":2852,"color":2853},{"name":2855,"color":2856},{"name":2919,"color":2920},"❗ p4-important","D93F0B",{"name":2922,"color":2923},"schema","1d76db",13344,"module config types aren't recognised in `defineNuxtConfig()`","2023-01-19T16:53:03Z","https://github.com/nuxt/nuxt/issues/13344",0.652262,{"description":2930,"labels":2931,"number":2935,"owner":2858,"repository":2858,"state":2859,"title":2936,"updated_at":2937,"url":2938,"score":2939},"### 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_",[2932,2933,2934],{"name":2852,"color":2853},{"name":2874,"color":2875},{"name":2877,"color":2878},27385,"Tailwindcss added at last is not applied","2024-05-30T05:43:05Z","https://github.com/nuxt/nuxt/issues/27385",0.656334,{"labels":2941,"number":2949,"owner":2858,"repository":2858,"state":2859,"title":2950,"updated_at":2951,"url":2952,"score":2953},[2942,2945,2946],{"name":2943,"color":2944},"good first issue","fbca04",{"name":2874,"color":2875},{"name":2947,"color":2948},"2.x","d4c5f9",7062,"tailwindcss-purgecss example is not more up to date","2023-01-22T15:34:48Z","https://github.com/nuxt/nuxt/issues/7062",0.6572825,{"description":2955,"labels":2956,"number":2959,"owner":2858,"repository":2858,"state":2859,"title":2960,"updated_at":2961,"url":2962,"score":2963},"### Environment\r\n\r\n------------------------------\r\n- Operating System: `Linux`\r\n- Node Version: `v16.14.2`\r\n- Nuxt Version: `3.0.0`\r\n- Nitro Version: `1.0.0`\r\n- Package Manager: `npm@7.17.0`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nhttps://stackblitz.com/edit/github-nlp6fz?file=app.vue\r\n\r\n### Describe the bug\r\n\r\nI don't know if this is the right place to ask this, but I have been trying to use tailwind with nuxt 3.0.0 but it doesn't seem to work.\r\n\r\nI have tried both using the `nuxt/tailwind` and the `tailwindcss` package but doesn't work, hence why I suspect this has to do with nuxt.\r\n\r\n### Additional context\r\n\r\n\r\nThe applied class appears as a plain text\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[2957,2958],{"name":2852,"color":2853},{"name":2874,"color":2875},15540,"TailwindCSS doesn't seem to work with Nuxt v.3.0.0","2023-01-19T17:53:32Z","https://github.com/nuxt/nuxt/issues/15540",0.6595885,["Reactive",2965],{},["Set"],["ShallowReactive",2968],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$foqmmXPW1UzzKwL19X8SFOQqws8cEkhdBS1FRzg1pm4I":-1},"/nuxt/ui/1739"]