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

ClassNameAdapter needs transform method #6

Closed Aaike closed 7 years ago

Aaike commented 7 years ago

the method inside the adapter is currently named transformStyles instead of transform.

this results in an error like this :

Uncaught Error: ClassNameAdapter must define the `transform` method.
milesj commented 7 years ago

Ooops, incomplete refactor! This is fixed now.