ooade / NextSimpleStarter

:whale: Simple and Accessible PWA boilerplate with Nextjs 12 and MUI
https://nextss.vercel.app
MIT License
940 stars 200 forks source link

[FEATURE] : Add support for Tailwind CSS also #173

Closed Manjit2003 closed 3 years ago

Manjit2003 commented 3 years ago

It would be a great if this awesome template also had support for Tailwind css.

ooade commented 3 years ago

Adding support for Tailwind is more like forking the template and building one for tailwind or completely removing MUI and adding Tailwind 😅

Rather than doing any of those, we'd definitely make it more low level, that is, not using any CSS library. That way makes it easier to maintain and I don't have to worry much about the CSS library as this repo is more targeted towards the Nextjs side of things.