0.0.26 • Published 4 years ago

@tamland/postcss-config v0.0.26

Weekly downloads
16
License
MIT
Repository
github
Last release
4 years ago

@tamland/postcss-config

License npm package npm downloads Dependencies DevDependencies

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 @tamland/postcss-config
  2. Add to your postcss.config.js.

    const config = require("@tamland/postcss-config");
    
    module.exports = config;

Maintenance

You can run tests with npm test.