Skip to content

Instantly share code, notes, and snippets.

@iammerrick
Created October 30, 2014 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iammerrick/e4fbeaa2333b0c9faf98 to your computer and use it in GitHub Desktop.
Save iammerrick/e4fbeaa2333b0c9faf98 to your computer and use it in GitHub Desktop.
React.createClass({
render() {
var stylesheet = Stylesheet.create({
div: {
color: '#FF0000',
display: 'flex'
}
});
return <div style={stylesheet.div}>Hello World!</div>
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment