# StyleSheet The `StyleSheet` abstraction converts predefined styles to (vendor-prefixed) CSS without requiring a compile-time step. Some styles cannot be resolved outside of the render loop and are applied as inline styles. Read more about to [how style your application](docs/guides/style). ## Methods **create**(obj: {[key: string]: any}) Each key of the object passed to `create` must define a style object. **flatten**: function Flattens an array of styles into a single style object. **render**: function Returns a React `