Skip to content

tiaanduplessis/react-app-rewire-astroturf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-app-rewire-astroturf

package version package downloads standard-readme compliant package license make a pull request

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

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am "Add some feature"
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

License

MIT

About

Add astroturf CSS-in-JS to your react-app-rewired config

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published