csstox - Convert CSS snippets to React Native / JSS stylesheet objects with ease

What I'm up to these days:-
Diving deep into the Vue and React ecosystems. Mostly with the newly introduced features in React V16+ (Hooks API and Context), state management with Redux utilizing the middlewares such as thunk and saga. Also waiting for the release of Vue v3 which comes up with all those exciting new features such as class-based components, composition API, etc.
OSS stuff (webpack internals)
Hey there guys, so as usual I was browsing through various repositories on GitHub hoping to stumble upon something interesting and suddenly this one caught my eye: css-to-react-native.
I was surprised to know that it was a library as opposed to my assumption of it being a CLI utility. People are required to consume the API programmatically. And the thought of building a CLI solution struck my mind, out of which I opened an issue.
Later I came to the conclusion that a web solution would make much sense which resulted in csstox.
Hopefully with #135 it would be featured as part of the official repository.
Please see the source here.
