react-app-rewire-astroturf

1.0.0 • Public • Published

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

/react-app-rewire-astroturf/

    Package Sidebar

    Install

    npm i react-app-rewire-astroturf

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    3.54 kB

    Total Files

    5

    Last publish

    Collaborators

    • tiaanduplessis