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
565 stars 28 forks source link

73 Add support for Tailwind CSS #122

Closed akd-io closed 3 years ago

akd-io commented 3 years ago

To do:

Closes #73

akd-io commented 3 years ago

Waiting for ~https://github.com/vercel/next.js/issues/28596~ Next.js 11.1.3

nachoiacovino commented 3 years ago

What happened with this?

akd-io commented 3 years ago

What happened with this?

Hey, thanks for showing interest.

This issue is currently on hold until next@11.1.3 is released. This is because the next lint command of next@11.1.2 is broken, making our tests in CI fail.

I honestly didn't know it'd take so long for 11.1.3 to drop, so ideally I should have found another solution.

However, I don't have enough time to work on this project at the moment, so the plan is still to wait for 11.1.3. I don't want to risk pushing buggy code, as I likely won't have the time to fix it currently.

nachoiacovino commented 3 years ago

What happened with this?

Hey, thanks for showing interest.

This issue is currently on hold until next@11.1.3 is released. This is because the next lint command of next@11.1.2 is broken, making our tests in CI fail.

I honestly didn't know it'd take so long for 11.1.3 to drop, so ideally I should have found another solution.

However, I don't have enough time to work on this project at the moment, so the plan is still to wait for 11.1.3. I don't want to risk pushing buggy code, as I likely won't have the time to fix it currently.

No worries at all! Congrats on the project and thanks for the response!