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 core types to support other results besides class names. #134

Closed milesj closed 3 years ago

milesj commented 3 years ago

Summary

What the title states. Allows us to support other formats like React Native.

// Web
const aesthetic = new Aesthetic<ClassName, LocalBlock>();

// Native
const aesthetic = new Aesthetic<StyleSheet, ViewStyles>();

Screenshots

Checklist