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

breaking: Rework sheet classes. #155

Closed milesj closed 3 years ago

milesj commented 3 years ago

Summary

The old StyleSheet class and associated types were getting rather confusing. I feel like the new naming still isn't perfect, but not sure what else to call them.

The biggest change is the rendering process is now passed in as an argument.

Screenshots

Checklist