",[],950,"cli","Support tabs for `npx nuxi@latest module add`","2025-07-10T11:29:02Z","https://github.com/nuxt/cli/issues/950",0.7822145,{"description":3041,"labels":3042,"number":3043,"owner":3024,"repository":3044,"state":3045,"title":3046,"updated_at":3047,"url":3048,"score":3049},"Mobile: Less spacing between companies and Developer Experience section\n\n",[],985,"nuxt.com","closed","[Home] - Improve spacing ","2022-12-07T06:16:24Z","https://github.com/nuxt/nuxt.com/issues/985",0.7141591,{"description":3051,"labels":3052,"number":3053,"owner":3024,"repository":3044,"state":3045,"title":3054,"updated_at":3055,"url":3056,"score":3057},"\u003Cimg width=\"782\" alt=\"image\" src=\"https://user-images.githubusercontent.com/5158436/205641829-6099b2e8-0287-4c4d-ae65-15031410390e.png\">\r\n\r\nThe spacing between the file name and comment is too narrow (a little space could be nice to make the gap)\r\n\r\nRelated accessibility issue found: As you can see in the screenshot, there is no indicator there is a vertical scroll even when moving the cursor to the code block (there is more code to scroll to the right).",[],1065,"Spacing in code snippts between file name","2022-12-21T12:42:17Z","https://github.com/nuxt/nuxt.com/issues/1065",0.7410303,{"description":3059,"labels":3060,"number":3067,"owner":3024,"repository":3024,"state":3045,"title":3068,"updated_at":3069,"url":3070,"score":3071},"### Version\n\n[v2.0.0](https://github.com/nuxt.js/releases/tag/v2.0.0)\n\n### Reproduction link\n\n[https://github.com/guillermovs/nuxt2-display-inline](https://github.com/guillermovs/nuxt2-display-inline)\n\n### Steps to reproduce\n\nInstall repo, run `npm run dev` and visit `http://localhost:3000`\n\n### What is expected ?\n\nThe two `\u003Csection>` elements in the centre of the page should be shown inline (it worked prior to Nuxt 2).\n\n### What is actually happening?\n\nA space is introduced between the `inline-block` elements, breaking them up into two lines.\n\n\u003C!--cmty-->\u003C!--cmty_prevent_hook-->\n\u003Cdiv align=\"right\">\u003Csub>\u003Cem>This bug report is available on \u003Ca href=\"https://cmty.app/nuxt\">Nuxt\u003C/a> community (\u003Ca href=\"https://cmty.app/nuxt/nuxt.js/issues/c7826\">#c7826\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3061,3064],{"name":3062,"color":3063},"pending triage","E99695",{"name":3065,"color":3066},"2.x","d4c5f9",3961,"Nuxt 2 minifier no longer removing spaces between display:inline-block elements","2023-01-22T15:30:07Z","https://github.com/nuxt/nuxt/issues/3961",0.74574953,{"description":3073,"labels":3074,"number":3076,"owner":3024,"repository":3024,"state":3045,"title":3077,"updated_at":3078,"url":3079,"score":3080},"### Environment\n\n- Operating System: `Linux`\n- Node Version: `v20.17.0`\n- Nuxt Version: `3.16.2`\n- CLI Version: `3.24.1`\n- Nitro Version: `2.11.8`\n- Package Manager: `npm@10.8.2`\n- Builder: `-`\n- User Config: `compatibilityDate`, `devtools`, `css`, `modules`, `fonts`, `vite`\n- Runtime Modules: `@nuxt/fonts@0.11.1`\n- Build Modules: `-`\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/autumn-snow-pgtnw9\n\n### Describe the bug\n\nI have the following CSS used in `components/Logo.vue`:\n\n```css\n.logo {\n --stroke: var(--width-md);\n\n &.full-stroke {\n .logo-g,\n .logo-y,\n .logo-w {\n letter-spacing: var(--tracking-wide);\n\n text-shadow:\n calc(1px * -1) var(--stroke) var(--color),\n calc(1px * -1) calc(1px * -1) var(--color),\n var(--stroke) calc(1px * -1) var(--color),\n calc(1px * -1) 0px var(--color),\n 0px var(--stroke) var(--color),\n var(--stroke) var(--stroke) var(--color);\n }\n }\n}\n```\n\nIn development mode, it loads correctly:\n\n\n\nHowever, after building the project, the CSS doesn't load as expected:\n\n\n\nThe issue seems to be caused by missing spaces in the compiled CSS output:\n\n```css\n.logo.full-stroke .logo-g[data-v-75e84bac],.logo.full-stroke .logo-w[data-v-75e84bac],.logo.full-stroke .logo-y[data-v-75e84bac] {\n letter-spacing: var(--tracking-wide);\n/* \\/ missing space */\n text-shadow: -1pxvar(--stroke)var(--color),-1px-1pxvar(--color),var(--stroke)-1pxvar(--color),-1px0px var(--color),0 var(--stroke)var(--color),var(--stroke)var(--stroke)var(--color)\n/* /\\ missing space */\n}\n```\n\nAs you can see, there are missing spaces between values like `-1px`, `var(--stroke)`, and `var(--color)`.\n\nI have tested the same code using only Vue (without Nuxt), and this issue does not occur. The text-shadow with CSS variables renders correctly both in development and after build.\n\nThis suggests the problem might be related to Nuxt's build pipeline or a specific PostCSS/Vite transformation used by Nuxt.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[3075],{"name":3062,"color":3063},31742,"Nuxt build breaks CSS with when using `@media (width \u003C= theme('screen.lg'))`","2025-04-19T21:05:12Z","https://github.com/nuxt/nuxt/issues/31742",0.7611068,{"description":3082,"labels":3083,"number":3085,"owner":3024,"repository":3024,"state":3045,"title":3086,"updated_at":3087,"url":3088,"score":3089},"version : nuxt@rc-6\r\n\r\n\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/c1318\">#c1318\u003C/a>)\u003C/em>\u003C/sub>\u003C/div>",[3084],{"name":3065,"color":3066},1481," allocation failure GC in old space requested","2023-01-18T15:41:50Z","https://github.com/nuxt/nuxt/issues/1481",0.76195353,{"description":3091,"labels":3092,"number":3096,"owner":3024,"repository":3044,"state":3045,"title":3097,"updated_at":3098,"url":3099,"score":3100},"- [ ] Missing spaces for tablet sizes\n\n- [ ] Responsive lg: fix searchbar \n\n\n\n\n\n\n",[3093],{"name":3094,"color":3095},"bug","ff281a",1054,"[Responsive] Tablet layout","2023-02-15T12:31:05Z","https://github.com/nuxt/nuxt.com/issues/1054",0.7718073,{"description":3102,"labels":3103,"number":3104,"owner":3024,"repository":3044,"state":3045,"title":3105,"updated_at":3106,"url":3107,"score":3108},"\n",[],1007,"docs/api/composables/use-nuxt-app#callhookname-args: Missing Space ","2023-10-10T14:45:30Z","https://github.com/nuxt/nuxt.com/issues/1007",0.77191,{"description":3110,"labels":3111,"number":3115,"owner":3024,"repository":3044,"state":3045,"title":3116,"updated_at":3117,"url":3118,"score":3119},"\n\nShouldn't it be more on the right for the video?",[3112],{"name":3113,"color":3114},"enhancement","1ad6ff",751,"[Home] Video misplaced on a section","2022-07-04T09:38:13Z","https://github.com/nuxt/nuxt.com/issues/751",0.7767191,["Reactive",3121],{},["Set"],["ShallowReactive",3124],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fhzwZ1WexKLT6PvRMDK9IeMDM47SrgF2aw-8el895cr8":-1},"/nuxt/nuxt.com/755"]