react-app-rewire-astroturf
v1.0.0
Published
Add astroturf CSS-in-JS to your react-app-rewired config
Downloads
8
Readme
react-app-rewire-astroturf
Add astroturf CSS-in-JS to your react-app-rewired config
Table of Contents
Usage
const rewireAstroturf = require('react-app-rewire-astroturf')
module.exports = function override(config, env) {
config = rewireAstroturf(config, env, {
// config
})
return config
}
Install
This project uses node and npm.
$ npm install react-app-rewire-astroturf
$ # OR
$ yarn add react-app-rewire-astroturf
Contribute
- Fork it and create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am "Add some feature"
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
License
MIT