Skip to content

mugoagency/postcss-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js Package

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-config

With npm

npm install @mugo-agency/postcss-config --save-dev

Usage

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;