akd-io / create-next-stack

Create Next Stack is a website and CLI tool used to easily set up the boilerplate of new Next.js apps.
https://www.create-next-stack.com
MIT License
561 stars 27 forks source link

Ability to choose MateriaUI and Tailwind CSS #237

Open refugedesigns opened 1 year ago

refugedesigns commented 1 year ago

Currently if you select Material UI you can't choose Tailwind CSS since app complains you need Emotion. There should be an option to add Material UI which will automatically add the Emotion and then add Tailwind CSS if you want.

akd-io commented 1 year ago

I'll look into the feasibility of supporting this, thank you!