Mugo's shareable PostCSS config for use across projects.
Install @mugo-agency/postcss-config
:
With Yarn
yarn add --dev @mugo-agency/postcss-config
With npm
npm install @mugo-agency/postcss-config --save-dev
Mugo's postcss config comes bundled in @mugo-agency/postcss-config
.
Add to your postcss.config.js
const config = require("@mugo-agency/postcss-config");
module.exports = config;