blefnk / relivator

Next.js 15 eCommerce Template ▲ i18n Stripe Shadcn Tailwind Drizzle Zod tRPC TypeScript Clerk Authjs Radix UI, Responsive React 19 Server Components, MySQL Postgres Neon TS ORM, Intl App Router Docs User Actions Kit, SaaS Commerce Shop Pricing Payments, Dark Mode, Full Stack Free ▲ more stars → more featur
https://relivator.reliverse.org
MIT License
961 stars 203 forks source link

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

Closed SolomidHero closed 9 months ago

SolomidHero commented 9 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 9 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.