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

73 Add support for Tailwind CSS #122

Merged
merged 13 commits into from Oct 28, 2021

Conversation

akd-io
Copy link
Owner

@akd-io akd-io commented Sep 3, 2021

To do:

  • Add Tailwind CSS as styling option
  • Add set up step:
    • Install dependencies
    • Add tailwind.config.js
    • Add postcss.config.js
    • Add import 'tailwindcss/tailwind.css' to _app.tsx
    • Add Tailwind to interactive questionnaire.
    • Add Tailwind CSS to setup steps
    • Add Tailwind CSS to CNS Readme
    • Add Tailwind CSS to generated Readme
  • Add Tailwind CSS tests
  • Update Usage section of Readme

Closes #73

@akd-io
Copy link
Owner Author

akd-io commented Sep 3, 2021

Waiting for vercel/next.js#28596 Next.js 11.1.3

@akd-io akd-io marked this pull request as ready for review September 3, 2021 12:59
@nachoiacovino
Copy link

What happened with this?

@akd-io
Copy link
Owner Author

akd-io commented Oct 12, 2021

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
Copy link

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!

@akd-io akd-io merged commit 9a65fa0 into develop Oct 28, 2021
@akd-io akd-io deleted the feature/73-add-support-for-tailwind-css branch October 28, 2021 07:47
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

Successfully merging this pull request may close these issues.

Add support for Tailwind CSS
2 participants