Muhammad Mahmoud

Results 23 issues of Muhammad Mahmoud

The engine works perfectly fine in a Nuxt project on dev mode, but on production classes applied by the `@apply` directive in a SASS doesn't work! For example: ```css .parent...

I'm using `@intlify/nuxt3` to internationalize a website. I build and deployed the site in `ssr: true` and `target: server` (default) and hosted it on vercel and It works good in...

I've upgraded to `nuxi 3.9.0` and I got this error when trying to run `nuxi dev --tunnel` ```shell ERROR spawn UNKNOWN 10:16:55 pm at ChildProcess.spawn (node:internal/child_process:414:11) at spawn (node:child_process:761:9) at...

bug
upstream
windows

### Describe the feature Hello 👋 I'm using a Nuxt layer with the GitHub repo approach which lacks the versioning we would get if it were a npm package. Hence...

### Environment **Shared for Layer and Main App** - Operating System: Windows_NT - Node Version: v20.11.1 - Nuxt Version: 3.11.1 - CLI Version: 3.10.1 - Nitro Version: 2.9.4 - Package...

3.x
pending triage

The color boxes that appears left to the class name is incorrect. I've defined a cutom `primary` and `gray` colors in `tailwind.config.js` . There are two problems: - Using `text-primary-xxx`...

question
v3

### Describe the solution you'd like Adding an option to cascade toasts if there are multiple toasts would be handful. ### Additional context Much like what the [Sooner](https://github.com/emilkowalski/sonner) package does....

enhancement
v3

Resolves https://github.com/radix-vue/shadcn-vue/issues/529 This adds the following packages as `dependencies` so that the user don't need to install them. - class-variance-authority - clsx - radix-vue - tailwind-merge - tailwindcss-animate This means...

### Describe the feature Adding a SelectMenu with the frameworks as options (Vue, Nuxt, Astro, ...) and adjusting the components code accordingly would simplify copying the code a lot. It...

### Describe the feature Similar to tailwind module integration https://github.com/radix-vue/shadcn-vue/issues/536 but for https://github.com/nuxt-modules/color-mode. The color mode automatically handles the integration with TailwindCSS so we just need to install it and...