https://github.com/jspears/postcssreactnativedemo
Demo For PostcssReactNativeDemo
https://github.com/jspears/postcssreactnativedemo
Last synced: 3 months ago
JSON representation
Demo For PostcssReactNativeDemo
- Host: GitHub
- URL: https://github.com/jspears/postcssreactnativedemo
- Owner: jspears
- Created: 2016-06-08T04:55:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-27T21:16:05.000Z (almost 9 years ago)
- Last Synced: 2025-01-08T06:35:19.342Z (5 months ago)
- Language: JavaScript
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PostCSS React Native Demo
===
Shows how you can use [postcss-react-native](https://github.com/jspears/postcss-react-native) in your app.## Running
After installing postcss-react-native add to your package.json```json
"scripts": {
"prn": "./postcss-react-native/bin/prn.js -w style -d dist"
...
},
```
and run prn to generate all your style classes. They will be put into dist.
```$ npm run prn```