@mugo-agency/postcss-config
v0.2.7
Published
A shareable postcss config.
Readme
postcss-config
Mugo's shareable PostCSS config for use across projects.
Installation
Install @mugo-agency/postcss-config:
With Yarn
yarn add --dev @mugo-agency/postcss-configWith npm
npm install @mugo-agency/postcss-config --save-devUsage
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;