stylify / packages

💎 Monorepository for Stylify packages. Stylify uses CSS-like selectors to generate Extremely optimized utility-first CSS dynamically based on what you write 💎.
https://stylifycss.com
MIT License
424 stars 9 forks source link

Drop CJS #269

Open Machy8 opened 8 months ago

Machy8 commented 8 months ago

Describe the problem

Associated to removing Typescript from the project.

The CJS is obsolete.

Nuxt, SvelteKit, SolidStart, Astro use Vite React will use turbopack Symfony use webpack encore Rollup and Parcel can solve the ESM import in CJS projects.

There is no need for CJS anymore

Describe the proposed solution

.

Alternatives considered

.

Importance

nice to have