Thanks for wanting to contribute to react-style-hoc!

Below you can find a list of things we need to decide on, to move forward with this library.

Should you decide to open a PR, please make sure to run all tests (`npm test`) first, and include any relevant tests for your feature.


# to do:
- add more utility functions
- how shall we handle auto prefixing?
- can we extract a CSS file from the final inline style that was generated? Similar to a JSS approach?
- what about performance? -> we need some benchmarking
- How do we want to expose things like align-items for flexbox?
- Do we want to provide default positioning utilities?
- Should everything be a function, or do we allow more configuration as params..?
- ....