react-css
Converts plain CSS into (optionally auto-prefixed) React-style properties map.
Usage
/** @jsx React.DOM */var React = ;var fromCSS = fromCSS; /* Pre-compute the CSS to avoid lengthy calculations at each render cycle */var myComponentStyle = ; var MyComponent = React;/* ... */