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

fix(nextjs): Generating an app using tailwind should not add module css #26454

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

ndcunningham
Copy link
Contributor

@ndcunningham ndcunningham commented Jun 7, 2024

Current Behavior

When you generate a Next.js app using tailwind it will also generate an accompanying

  • page.module.css for app router
  • index.module.css for pages router

Expected Behavior

When geneating a Next.js app using tailwind it does not generate module css files.

Related Issue(s)

Fixes #

@ndcunningham ndcunningham added the scope: nextjs Issues related to NextJS support for Nx label Jun 7, 2024
@ndcunningham ndcunningham self-assigned this Jun 7, 2024
@ndcunningham ndcunningham requested a review from a team as a code owner June 7, 2024 15:07
@ndcunningham ndcunningham requested a review from mandarini June 7, 2024 15:07
Copy link

vercel bot commented Jun 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Jun 7, 2024 3:07pm

@ndcunningham ndcunningham merged commit a09c029 into master Jun 7, 2024
7 checks passed
@ndcunningham ndcunningham deleted the fix/nextjs-tailwind-module-css branch June 7, 2024 16:34
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope: nextjs Issues related to NextJS support for Nx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants