@newsteam/postcss-config
TypeScript icon, indicating that this package has built-in type declarations

0.0.57 • Public • Published

@newsteam/postcss-config

License npm package npm downloads

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

  1. Install the shared configuration:
npm install --save-dev @newsteam/postcss-config
  1. Add to your postcss.config.js.
const config = require("@newsteam/postcss-config");

module.exports = config;

Maintenance

You can run tests with npm test.

Package Sidebar

Install

npm i @newsteam/postcss-config

Weekly Downloads

38

Version

0.0.57

License

MIT

Unpacked Size

6.6 kB

Total Files

5

Last publish

Collaborators

  • richard.hazelden
  • jasonsouthin
  • dgroux
  • sweetlikepete