Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 505 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 505 Bytes

@pplancq/postcss-config

This package provides pplancq postcss as an extensible shared config.

Usage

We export three postcss configurations for your usage.

Install

npm install --save-dev @pplancq/postcss-config

postcss config

Use with command to enable the default configuration.

npx init-postcss-config

@pplancq/postcss-config

This is the default configuration. To use, add module.exports = require('@pplancq/postcss-config'); to your .postcssrc.js.