\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",[3037],{"name":3038,"color":3039},"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":3046,"labels":3047,"number":3052,"owner":3028,"repository":3028,"state":3053,"title":3054,"updated_at":3055,"url":3056,"score":3057},"### 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_",[3048,3051],{"name":3049,"color":3050},"3.x","29bc7f",{"name":3038,"color":3039},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":3059,"number":3060,"owner":3028,"repository":3028,"state":3053,"title":3061,"updated_at":3062,"url":3063,"score":3064},[],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":3066,"number":3075,"owner":3028,"repository":3028,"state":3053,"title":3061,"updated_at":3076,"url":3077,"score":3078},[3067,3068,3069,3072],{"name":3049,"color":3050},{"name":3019,"color":3020},{"name":3070,"color":3071},"nitro","bfd4f2",{"name":3073,"color":3074},"❗ p4-important","D93F0B",13095,"2023-01-19T16:52:49Z","https://github.com/nuxt/nuxt/issues/13095",0.62652194,{"labels":3080,"number":3088,"owner":3028,"repository":3028,"state":3053,"title":3089,"updated_at":3090,"url":3091,"score":3092},[3081,3082,3085],{"name":3049,"color":3050},{"name":3083,"color":3084},"upstream","E8A36D",{"name":3086,"color":3087},"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":3094,"number":3097,"owner":3028,"repository":3028,"state":3053,"title":3098,"updated_at":3099,"url":3100,"score":3101},[3095,3096],{"name":3049,"color":3050},{"name":3038,"color":3039},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":3103,"number":3104,"owner":3028,"repository":3028,"state":3053,"title":3089,"updated_at":3105,"url":3106,"score":3107},[],12023,"2023-01-19T15:58:31Z","https://github.com/nuxt/nuxt/issues/12023",0.6446134,{"labels":3109,"number":3110,"owner":3028,"repository":3028,"state":3053,"title":3089,"updated_at":3111,"url":3112,"score":3107},[],12118,"2023-01-19T15:59:14Z","https://github.com/nuxt/nuxt/issues/12118",{"description":3114,"labels":3115,"number":3116,"owner":3028,"repository":3028,"state":3053,"title":3089,"updated_at":3117,"url":3118,"score":3107},"### 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",3120],{},["Set"],["ShallowReactive",3123],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fzNfJk9jBjeOIY-MPk_jPCR1d_jlZTxth7_WJFoW0H_o":-1},"/nuxt/nuxt/18558"]