component after recent update.","2024-01-31T20:49:03Z","https://github.com/nuxt/nuxt/issues/22383",0.6328794,{"description":3108,"labels":3109,"number":3112,"owner":3032,"repository":3032,"state":3033,"title":3113,"updated_at":3114,"url":3115,"score":3116},"### Environment\n\n- Operating System: Darwin\r\n- Node Version: v16.18.1\r\n- Nuxt Version: 3.6.1\r\n- Nitro Version: 2.5.2\r\n- Package Manager: npm@8.19.2\r\n- Builder: vite\r\n- User Config: build, routeRules, runtimeConfig, modules, i18n, css, plugins, devtools, eslint, vite, nitro, sourcemap, typescript\r\n- Runtime Modules: @nuxtjs/eslint-module@4.1.0, @nuxtjs/i18n@8.0.0-beta.12, @bootstrap-vue-next/nuxt@0.1.2, nuxt-jsonld@2.0.8\r\n- Build Modules: -\n\n### Reproduction\n\nI tried to make a reproduction in the stackblitz but somehow it seemed to work there. I am hoping then that maybe you can at least point me to the right direction and I can either find out the cause of this issue or at least find a way to reproduce it. Here are at least some tiny details:\r\n\r\nCSS config in nuxt.config.ts:\r\n\r\n`css: ['vue-final-modal/style.css', '~/assets/css/main.scss'],`\r\n\r\nmain.scss file includes import of bootstrap-vue-next and some separate files like e.g. variables.scss.\n\n### Describe the bug\n\nAfter updating Nuxt to version 3.6, the styles in our app are broken which forces us into staying at version 3.5. When opening the built output, the styles are not loaded. Styles from within pages and components are loaded fine but not those imported via css config prop in nuxt.config.ts.\r\n\r\nThere is also no error or warning when running the build or preview command. The strange thing also is that the styles are there when running the dev command.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3110,3111],{"name":3020,"color":3021},{"name":3042,"color":3043},21911,"Styles set in nuxt.config.ts css prop are not part of the build","2023-07-03T09:47:55Z","https://github.com/nuxt/nuxt/issues/21911",0.6336241,{"description":3118,"labels":3119,"number":3123,"owner":3032,"repository":3032,"state":3033,"title":3124,"updated_at":3125,"url":3126,"score":3127},"Not sure if it's an issue or a problem with my project but here it is.\r\nMy project is working fine on localhost with npm run dev, I'm using FormKit and Vue-toastification int my project and everything is nice working as expected.\r\nThe problem starts when I run npm run build. The builded code is missing the styles of my plugins! toasts run with no styles, and all my inputs are missing the styles its classes has! \r\nShould I do something before running build to build my plugins styles with them?\r\n\r\nthis is my nuxt.config.ts file if it might help!\r\n```\r\n// @ts-nocheck\r\nimport Icons from \"unplugin-icons/vite\"\r\n\r\n// https://v3.nuxtjs.org/api/configuration/nuxt.config\r\nexport default defineNuxtConfig({\r\n\tcss: [\"~/assets/fonts/droidkufi/droidarabickufi.css\", \"@formkit/themes/genesis\"],\r\n\tmodules: [\r\n\t\t\"@nuxtjs/tailwindcss\",\r\n\t\t[\r\n\t\t\t\"@pinia/nuxt\",\r\n\t\t\t{\r\n\t\t\t\tautoImports: [\"defineStore\"],\r\n\t\t\t},\r\n\t\t],\r\n\t\t\"@formkit/nuxt\",\r\n\t],\r\n\tplugins: [\"~/plugins/flowbite.client.ts\", \"~/plugins/i18n.ts\"],\r\n\tvite: {\r\n\t\tplugins: [\r\n\t\t\tIcons({\r\n\t\t\t\tautoInstall: true,\r\n\t\t\t}),\r\n\t\t],\r\n\t},\r\n\truntimeConfig: {\r\n\t\t// secret serverside variables\r\n\t\tpublic: {\r\n\t\t\t// baseURL: \"http://127.0.0.1:8000/api/\",\r\n\t\t\t// apiBase: \"http://127.0.0.1:8000/api/\",\r\n\t\t\t// homeBase: \"http://127.0.0.1:8000\",\r\n\t\t\tbaseURL: \"https://sju.davidlouis.co/api/\",\r\n\t\t\tapiBase: \"https://sju.davidlouis.co/api/\",\r\n\t\t\thomeBase: \"https://sju.davidlouis.co\",\r\n\t\t},\r\n\t},\r\n\tvue: {\r\n\t\tcompilerOptions: {\r\n\t\t\tisCustomElement: (tag) => [\"datepicker-hijri\"].includes(tag),\r\n\t\t},\r\n\t},\r\n})\r\n```",[3120,3121,3122],{"name":3020,"color":3021},{"name":3042,"color":3043},{"name":3091,"color":3030},15560,"Nuxt3 npm run build makes some plugins styles missing","2023-01-19T22:07:10Z","https://github.com/nuxt/nuxt/issues/15560",0.6387494,{"description":3129,"labels":3130,"number":3134,"owner":3032,"repository":3032,"state":3033,"title":3135,"updated_at":3136,"url":3137,"score":3138},"### Environment\n\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v16.20.0\r\n- Nuxt Version: 3.6.5\r\n- Nitro Version: 2.5.2\r\n- Package Manager: npm@9.4.2\r\n- Builder: vite\r\n- User Config: app, runtimeConfig, modules, css, nitro, content, unocss, site, sitemap, routeRules, devtools\r\n- Runtime Modules: @nuxt/content@2.7.2, @vueuse/nuxt@10.3.0, @unocss/nuxt@0.55.3, nuxt-simple-robots@3.1.1, nuxt-simple-sitemap@3.2.5, nuxt-schema-org@2.2.0, @nuxthq/studio@0.13.4, @nuxtjs/plausible@0.2.1\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nhttps://stackblitz.com/github/unjs/website?file=README.md\n\n### Describe the bug\n\nHello,\r\n\r\nI don't know how to create a smaller reproduction of this issue.\r\n\r\nYou can read more in this issue https://github.com/unjs/website/issues/89\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[3131,3132,3133],{"name":3020,"color":3021},{"name":3042,"color":3043},{"name":3091,"color":3030},22909,"Inlined style are not minified","2023-12-26T13:22:45Z","https://github.com/nuxt/nuxt/issues/22909",0.6392387,["Reactive",3140],{},["Set"],["ShallowReactive",3143],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fBvQ1SUZa0S74qp9jAp0ghPL9mT6h280J6zAhmQlKv-0":-1},"/nuxt/nuxt/20091"]