Skip to content

Instantly share code, notes, and snippets.

@MicheleBertoli
Created February 15, 2016 20:33
Show Gist options
  • Save MicheleBertoli/038de8f15471985d27b0 to your computer and use it in GitHub Desktop.
Save MicheleBertoli/038de8f15471985d27b0 to your computer and use it in GitHub Desktop.
React Look: Extract CSS File
node -p "require('babel-core/register'); var StyleSheet = require('./modules/look').StyleSheet; require('./demo/app.jsx'); StyleSheet.export()" > ./bundle.css
export(userAgent) {
return StyleContainer.renderStaticStyles(userAgent)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment