blefnk / relivator-nextjs-saas-ecommerce-starter

✨ 1.3.0 RC — Coming soon ⭐ Next.js 15 eCommerce Template ▲ i18n Stripe Shadcn Tailwind Drizzle Zod tRPC TypeScript Clerk Radix UI, Responsive React 18 19 Server Components, Postgres Neon TS ORM, Intl App Router Docs User Actions Kit, SaaS Commerce eCommerce Shop Pricing Payments Dark Mode Full Stack Free ⭐ more stars 👉 more features
https://relivator.com/en-US
MIT License
1.08k stars 216 forks source link

Move component styles to .css or .scss files #18

Closed SolomidHero closed 12 months ago

SolomidHero commented 12 months ago

I found that code is not convinient for customizing. In most components styles are inside tag attributes. I think it is better to move style definitions to other files (i.e. .scss), or use packages that provide syntax sugar for styles in .tsx files.

blefnk commented 12 months ago

@SolomidHero Added to the project roadmap, thanks for the idea! Release 1.2.0 is almost here, so I'll try to move the component styles in the future 1.3.0-1.4.0 releases.