1.0.0 • Published 6 years ago
react-app-rewire-astroturf v1.0.0
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-astroturfContribute
- 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
1.0.0
6 years ago