Features
New APIs for server rendering styles that prevent duplication on the client when hydrating:
- Adds
styled-jsx/server
flush() (default) returns an array of React.Element for each <style>
flushToHTML returns an HTML string
- Fixes #22, PR #46 [@rauchg]