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

feat: Use app/globals.css instead of styles/globals.css #2028

Open
ritmillio opened this issue Nov 21, 2024 · 0 comments · May be fixed by #2030
Open

feat: Use app/globals.css instead of styles/globals.css #2028

ritmillio opened this issue Nov 21, 2024 · 0 comments · May be fixed by #2030
Labels
🌟 enhancement New feature or request

Comments

@ritmillio
Copy link

Is your feature request related to a problem? Please describe.

Currently, the globals.css file is located in styles/globals.css, but it would be more convenient to move it to src/app/globals.css. Many developers using the T3 stack often integrate Shadcn UI, and their cli processes expect CSS files to be located under src/app. This mismatch adds friction when configuring and managing styles.

Describe the solution you'd like to see

Move globals.css from styles/globals.css to src/app/globals.css. This adjustment aligns with the expectations of Shadcn UI and makes it easier for developers using T3 stack to integrate their styles seamlessly.

Describe alternate solutions

Update the default T3 stack configuration to include the correct path for globals.css in the build pipeline or CI/CD scripts.

Additional information

This change would streamline development and configuration for the majority of developers who use both the T3 stack and Shadcn UI. It removes the extra steps of updating paths manually..

@ritmillio ritmillio added the 🌟 enhancement New feature or request label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌟 enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant