` is rendered. Nuxt 2 correctly only includes the styles from `One.vue`.\r\n\r\nIf unrelated (and is considered to be an issue) i am happy to open a separate report.\r\n\r\n### Additional context\r\n\r\nWe are in the process of migrating our Nuxt 2 app to Nuxt 3 and are running into multiple complications - this is one of them.\r\n\r\nIn the case of developing an app from scratch this would not be an issue because it would inform the development style.\r\n\r\nHowever, in our case some of the global styles get overridden by rules at the component level. The new order in Nuxt 3 causes this to break.\r\n\r\n### Logs\r\n\r\n_No response_",[3190,3193],{"name":3191,"color":3192},"3.x","29bc7f",{"name":3194,"color":3195},"pending triage","E99695",25393,"Discrepancies in production build styles order (compared to nuxt 2)","2024-01-26T20:16:35Z","https://github.com/nuxt/nuxt/issues/25393",0.69181865,{"description":3202,"labels":3203,"number":3206,"owner":3152,"repository":3152,"state":3153,"title":3207,"updated_at":3208,"url":3209,"score":3210},"### Environment\n\nvite has this nasty issue of duplicating global css into every component used. This means that if your global variable file is over a 100 lines long and you use 10 components, your outputed file with have 10,000 lines of duplicated css on it. \r\nThe Vite issue is found here https://github.com/vitejs/vite/issues/4448\r\n\r\nthe problem is NUXT3 doesnt support the only known work around for this issue. and that is to include your css globally in your main.js. So in other words nuxt3/vite cannot support and projects with shared variables and remain performant.\n\n### Reproduction\n\nthe vite issue is logged here, they also provided a minimal project to show the issue. \r\nhttps://github.com/tastytea-github/vite-global-import-issue-reproduction\n\n### Describe the bug\n\nthis bug causes massive files of duplciated css. in our current project our exported files went from more or less 1.6 mb in gridsome to 6.3 mb in the new nuxt3 RC11. \n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3204,3205],{"name":3191,"color":3192},{"name":3194,"color":3195},15150,"Vite has a global css issue and the only know work around nuxt3 doesnt support","2023-01-19T17:45:18Z","https://github.com/nuxt/nuxt/issues/15150",0.69418585,{"description":3212,"labels":3213,"number":3216,"owner":3152,"repository":3152,"state":3153,"title":3217,"updated_at":3218,"url":3219,"score":3220},"### Describe the feature\n\nI find options to disable `minify` in `nuxt2`\r\nbut not find in `nuxt3`. https://nuxt.com/docs/guide/directory-structure/nuxt.config\r\nhow to disable `minify` in `nuxt3` ?\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [X] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [X] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[3214,3215],{"name":3191,"color":3192},{"name":3194,"color":3195},23315,"how to disable `minify` in `nuxt generate`","2023-09-21T07:54:26Z","https://github.com/nuxt/nuxt/issues/23315",0.6947136,{"description":3222,"labels":3223,"number":3229,"owner":3152,"repository":3152,"state":3153,"title":3230,"updated_at":3231,"url":3232,"score":3233},"### Versions\r\n\r\n- nuxt: v2.14.12\r\n- \r\n### Steps to reproduce\r\n\r\nAdd some globals styles using the `css` config option.\r\n\r\n### What is Expected?\r\nThat the global styles are included in the critical CSS style tag in the head.\r\n\r\nThere is no need to include it in the bundle once it's already in the head.\r\n\r\n### What is actually happening?\r\nIt's included in the bundle.\r\n\r\n",[3224,3227,3228],{"name":3225,"color":3226},"stale","ffffff",{"name":3194,"color":3195},{"name":3149,"color":3150},8569,"Global styles are included in the bundle","2023-01-22T15:38:24Z","https://github.com/nuxt/nuxt/issues/8569",0.69668686,{"description":3235,"labels":3236,"number":3238,"owner":3152,"repository":3152,"state":3153,"title":3239,"updated_at":3240,"url":3241,"score":3242},"Hi.\r\n\r\nThis is my global css setting in `nuxt.config.js`: \r\n\r\n```js\r\n{\r\n head...,\r\n css: [\r\n 'mint-ui/lib/loadmore/style.css',\r\n 'mint-ui/lib/datetime-picker/style.css',\r\n 'mint-ui/lib/popup/style.css',\r\n 'mint-ui/lib/picker/style.css',\r\n 'mint-ui/lib/search/style.css',\r\n '~/assets/main.css',\r\n ],\r\n build...\r\n}\r\n```\r\nAfter run build && run start, open the page in the browser, then, I found that in addition to the first css, the other is not injected.\r\n\r\n```js\r\n// Unpackaged css files\r\n'mint-ui/lib/datetime-picker/style.css',\r\n'mint-ui/lib/popup/style.css',\r\n'mint-ui/lib/picker/style.css',\r\n'mint-ui/lib/search/style.css',\r\n```\r\nThis is my first time using `nuxt.js`, do I omit some settings?\r\n\r\n```js\r\n\"mint-ui\": \"^2.2.13\",\r\n\"nuxt\": \"^1.0.0-rc11\",\r\n```\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This question is available on \u003Ca href=\"https://nuxtjs.cmty.io\">Nuxt.js\u003C/a> community (\u003Ca href=\"https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2169\">#c2169\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3237],{"name":3149,"color":3150},2498,"[Global css] Different css files for the same node module are ignored","2023-01-18T15:55:20Z","https://github.com/nuxt/nuxt/issues/2498",0.69778603,{"labels":3244,"number":3246,"owner":3152,"repository":3152,"state":3153,"title":3247,"updated_at":3248,"url":3249,"score":3250},[3245],{"name":3191,"color":3192},12063,"Unable to load Global Stylesheets using nuxt.config.ts","2023-01-19T15:54:20Z","https://github.com/nuxt/nuxt/issues/12063",0.69882685,{"description":3252,"labels":3253,"number":3258,"owner":3152,"repository":3152,"state":3153,"title":3259,"updated_at":3260,"url":3261,"score":3262},"### What problem does this feature solve?\n\nnuxt embed complied global css into every html head, that makes html file very big.\n is it possible to generate a single css file and include it into html header instead of embedding the css inline?\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This feature request is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c7561\">#c7561\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3254,3257],{"name":3255,"color":3256},"enhancement","8DEF37",{"name":3149,"color":3150},3719,"when run 'yarn generate' , nuxt embeds complied global css into every html file head, that makes html file very big","2023-01-22T15:50:41Z","https://github.com/nuxt/nuxt/issues/3719",0.699026,["Reactive",3264],{},["Set"],["ShallowReactive",3267],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fYGFPX76SaHU-rmU-DhwWVWxsV7urL3FtoJ0JPnN-dEA":-1},"/nuxt/ui/4681"]