aesthetic-suite / framework

🎨 Aesthetic is an end-to-end multi-platform styling framework that offers a strict design system, robust atomic CSS-in-JS engine, a structural style sheet specification (SSS), a low-runtime solution, and much more!
https://aestheticsuite.dev
MIT License
203 stars 5 forks source link

new: Rework JS/TS formats. #107

Closed milesj closed 3 years ago

milesj commented 3 years ago

Summary

To support CSS-in-JS separately from other JS variants, I'm reworking the formats a bit. The previous formats were renamed:

And the new formats web-ts and web-js will be built using constant variables. Also removed web-cjs as it's most likely not necessary.

Screenshots

Checklist