@newsteam/postcss-config
v0.0.57
Published
Shared config for postcss
Downloads
117
Readme
@newsteam/postcss-config
This package provides a shared config for postcss and several of its plugins.
Usage
A single postcss configuration is exported.
Our default export contains all of our postcss plugins.
Installation
- Install the shared configuration:
npm install --save-dev @newsteam/postcss-config
- Add to your postcss.config.js.
const config = require("@newsteam/postcss-config");
module.exports = config;
Maintenance
You can run tests with npm test
.