jxnblk / axs

Stupid simple style components for React
https://jxnblk.com/axs/
MIT License
209 stars 9 forks source link

CSS in JS agnostic #25

Open drejohnson opened 7 years ago

drejohnson commented 7 years ago

Love the idea of this. It would nice if it was "agnostic" in a sense that it doesn't reference any CSS in JS library. That way I could easily use either Fela, Glamor, Styletron, etc. https://medium.com/@steida/css-in-js-the-argument-refined-471c7eb83955

jxnblk commented 7 years ago

You might be interested in this utility library, which is similar to the API provided by Axs: https://github.com/jxnblk/styled-system

oyeanuj commented 6 years ago

@jxnblk So, would it be fair to say that styled-system is just a different API for axs? Or are there more subtle differences one should know about?