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

build: Reduce `system` package size. #115

Closed milesj closed 4 years ago

milesj commented 4 years ago

Summary

20,388 B -> 19,705 B

Not as much as I hoped, but the bulk of the file size comes from mixins, which we can't really change. However, I did clean up the APIS a bit, so they're now easier to use.

Screenshots

Checklist