react-app-rewire-postcss-nested

0.1.0 • Public • Published

react-app-rewire-postcss-nested

Add the postccs-nested plugin to your create-react-app via react-app-rewired

Install

npm:

$ npm install --saveDev react-app-rewire-postcss-nested

yarn:

$ yarn add --dev react-app-rewire-postcss-nested

Add it to your project

const rewirePostCSSNested = require('react-app-rewire-postcss-nested');
 
/* config-overrides.js */
module.exports = function override(config, env) {
  config = rewirePostCSSNested(config, env);
  return config;
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    2

Package Sidebar

Install

npm i react-app-rewire-postcss-nested

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • ehres