Created
February 15, 2016 20:33
-
-
Save MicheleBertoli/038de8f15471985d27b0 to your computer and use it in GitHub Desktop.
React Look: Extract CSS File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| node -p "require('babel-core/register'); var StyleSheet = require('./modules/look').StyleSheet; require('./demo/app.jsx'); StyleSheet.export()" > ./bundle.css |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export(userAgent) { | |
| return StyleContainer.renderStaticStyles(userAgent) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment