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 Typescript #268

Open Machy8 opened 8 months ago

Machy8 commented 8 months ago

Describe the problem

Drop Typescript in a favor of JSDOC Keep typescript checks for tests It will simplify a lot of things. It will allow me to drop a lot of dependencies No build step. CDNs can solve nested imports. Import maps can solve local development.

Describe the proposed solution

.

Alternatives considered

.

Importance

would make my life easier