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

Add new tagged caching layer #52

Closed milesj closed 5 years ago

milesj commented 5 years ago

In v4 we support multiple directions (ltr/rtl) and themes within the same page. The previous caching strategy was a simply key-value pair that didn't support directions and only 1 theme. To support any combination of parameters, this new tagged caching layer should suffice for the time being.