Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature(Nuxt): Integerate nuxt/tailwindcss (and UnoCSS?) module #536

Open
1 of 2 tasks
MuhammadM1998 opened this issue May 7, 2024 · 0 comments
Open
1 of 2 tasks

Comments

@MuhammadM1998
Copy link
Contributor

Describe the feature

When using shadcn-nuxt, the user needs to add nuxt/tailwindcss module and run the cli to add the tailwind.config and tailwind.css files. This can be handled automatically by nuxt module which gives the following benefits

  • More streamlined process: Most if not all Nuxt modules attempts to provide an out-of-the-box without any extra setup. This will help achieve this
  • We have total control: This means we can not just add an integeration for tailwind, but also for UnoCSS (I know it's crazy, maybe UnoCSS support?  #34) out of the box too! We just need to know the correct configuration and implement it in a template then run the corresponding template based on user options.

I can take a stab at this if it seems good to you (Just the tailwind integration for now)!

Additional information

  • I intend to submit a PR for this feature.
  • I have already implemented and/or tested this feature.
@MuhammadM1998 MuhammadM1998 changed the title Feature (Nuxt): Handle tailwindcss (and UnoCSS?) configuration by the module Feature(Nuxt): Integerate nuxt/tailwindcss (and UnoCSS?) module May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant