kripod / glaze

CSS-in-JS microlibrary for making design systems approachable with React
https://glaze.js.org/
MIT License
414 stars 10 forks source link

Migrate from treat to otion for atomic style management #38

Open kripod opened 4 years ago

kripod commented 4 years ago

Motivation

Recently, otion, a featherweight atomic CSS library has been released. I built it to make convenient style management possible with a minimalistic runtime. Contrary to treat, it injects rules on the fly. However, otion provides more flexibility with a negligible overhead.