vercel / nextjs-subscription-payments

Clone, deploy, and fully customize a SaaS subscription application with Next.js.
https://subscription-payments.vercel.app/
MIT License
5.83k stars 1.19k forks source link

Main.css in app and main.css in styles #206

Closed KaizenProgrammer closed 1 year ago

KaizenProgrammer commented 1 year ago

Main.css is duplicated in the app and styles folder. I was making changes to the one in app and not seeing it reflected, b/c layout.tsx is using the one in the styles folder.

Can we remove the one in the app folder, or make a change to use it and get rid of the one in the styles folder?