\r\n\r\n\r\nHowever, in production build, the style works. But the css link is added asynchronously, so there is no style on first render causing the page to blink.\r\n\u003Cimg width=\"699\" alt=\"image\" src=\"https://github.com/nuxt/nuxt/assets/1401172/628cf01e-b84e-43d7-af43-f8c691396e24\">\r\n\r\n",[3158],{"name":3159,"color":3160},"pending triage","E99695",26696,"Nuxt 3.11 with webpack builder lose style in SFC","2024-06-30T11:04:41Z","https://github.com/nuxt/nuxt/issues/26696",0.6436452,{"description":3167,"labels":3168,"number":3173,"owner":3149,"repository":3149,"state":3174,"title":3175,"updated_at":3176,"url":3177,"score":3178},"### Environment\n\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.18.0\r\n- Nuxt Version: 3.9.2\r\n- CLI Version: 3.10.0\r\n- Nitro Version: 2.8.1\r\n- Package Manager: npm@10.2.3\r\n- Builder: -\r\n- User Config: devtools, modules, unocss\r\n- Runtime Modules: @unocss/nuxt@0.58.3\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-zoukhz?file=package.json\n\n### Describe the bug\n\nI am experiencing an issue with UnoCSS in a Nuxt 3.9.2 project where styles are not immediately applied upon page refresh during the development phase. Interestingly, this issue does not occur in Nuxt 3.9.1.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3169,3172],{"name":3170,"color":3171},"3.x","29bc7f",{"name":3159,"color":3160},25252,"closed","Styles Delayed on Page Refresh with UnoCSS in Nuxt 3.9.2","2024-01-17T10:02:25Z","https://github.com/nuxt/nuxt/issues/25252",0.6257328,{"labels":3180,"number":3181,"owner":3149,"repository":3149,"state":3174,"title":3182,"updated_at":3183,"url":3184,"score":3185},[],13208,"renderStyles does not render styles for app.vue dependencies","2023-01-19T16:48:28Z","https://github.com/nuxt/nuxt/issues/13208",0.6262002,{"labels":3187,"number":3196,"owner":3149,"repository":3149,"state":3174,"title":3182,"updated_at":3197,"url":3198,"score":3199},[3188,3189,3190,3193],{"name":3170,"color":3171},{"name":3140,"color":3141},{"name":3191,"color":3192},"nitro","bfd4f2",{"name":3194,"color":3195},"❗ p4-important","D93F0B",13095,"2023-01-19T16:52:49Z","https://github.com/nuxt/nuxt/issues/13095",0.62652194,{"labels":3201,"number":3209,"owner":3149,"repository":3149,"state":3174,"title":3210,"updated_at":3211,"url":3212,"score":3213},[3202,3203,3206],{"name":3170,"color":3171},{"name":3204,"color":3205},"upstream","E8A36D",{"name":3207,"color":3208},"upstream-bug","B60205",11986,"Webpack: SCSS Styles doesn't preload in dev","2023-01-19T16:13:27Z","https://github.com/nuxt/nuxt/issues/11986",0.63500184,{"labels":3215,"number":3218,"owner":3149,"repository":3149,"state":3174,"title":3219,"updated_at":3220,"url":3221,"score":3222},[3216,3217],{"name":3170,"color":3171},{"name":3159,"color":3160},14261,"Nuxt 3 preloads all pages, styles, fonts, svg. Adds everything in head to rel=\"prefetch\"","2023-01-19T17:31:42Z","https://github.com/nuxt/nuxt/issues/14261",0.6363828,{"labels":3224,"number":3225,"owner":3149,"repository":3149,"state":3174,"title":3210,"updated_at":3226,"url":3227,"score":3228},[],12023,"2023-01-19T15:58:31Z","https://github.com/nuxt/nuxt/issues/12023",0.6446134,{"labels":3230,"number":3231,"owner":3149,"repository":3149,"state":3174,"title":3210,"updated_at":3232,"url":3233,"score":3228},[],12118,"2023-01-19T15:59:14Z","https://github.com/nuxt/nuxt/issues/12118",{"description":3235,"labels":3236,"number":3237,"owner":3149,"repository":3149,"state":3174,"title":3210,"updated_at":3238,"url":3239,"score":3228},"### Environment\r\n\r\nLocal:\r\n------------------------------\r\n- Operating System: `Linux`\r\n- Node Version: `v14.17.1`\r\n- Nuxt Version: `3-3.0.0-27234503.d5127e9`\r\n- Package Manager: `Yarn`\r\n- Bundler: `Webpack`\r\n- User Config: `modules`, `styleResources`, `css`\r\n- Runtime Modules: `@nuxtjs/style-resources@1.2.1`\r\n- Build Modules: `-`\r\n------------------------------\r\n\r\n### Also reproduces in CodeSandbox\r\n\r\n### Describe the bug\r\n\r\nWhen I use SCSS with Webpack, styles doesn't preload.\r\nYou can see it in [codeSanbox](https://codesandbox.io/s/ecstatic-field-zvuql?file=/nuxt.config.ts)\r\n\r\n### Reproduction\r\n\r\n1. Add node-sass, sass and sass-loader packages in your package.json\r\n2. Disable Vite in nuxt.config file. vite=false\r\n3. Add some styles in \u003Cstyle> tag with attr lang=\"scss\". For example:\r\n```\r\n\u003Cstyle lang=\"scss\">\r\n.test {\r\n font-size: 24px;\r\n font-family: sans-serif;\r\n}\r\n\u003C/style>\r\n```\r\n4. Reload page\r\n5. See, that styles doesn't preload. They've applied after small delay\r\n\r\n### Additional context\r\n\r\nI've reproduced this error in [codeSanbox](https://codesandbox.io/s/ecstatic-field-zvuql?file=/nuxt.config.ts).\r\n\r\nAlso, this problem happens with Vite. There is one more [ticket](https://github.com/nuxt/nuxt.js/issues/11990) \r\n\r\n### Logs\r\n\r\n_No response_",[],12201,"2023-01-19T16:00:22Z","https://github.com/nuxt/nuxt/issues/12201",["Reactive",3241],{},["Set"],["ShallowReactive",3244],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fzNfJk9jBjeOIY-MPk_jPCR1d_jlZTxth7_WJFoW0H_o":-1},"/nuxt/nuxt/18558"]