Skip to content
This repository was archived by the owner on Feb 2, 2022. It is now read-only.

xeho91/postcss-config

Repository files navigation

PostCSS configuration

Extendable PostCSS configuration.

Usage

  1. Install it firstly with the Node.JS package manager of your choice.
    Example:
pnpm install --save-dev postcss @xeho91/postcss-config
  1. Create a PostCSS configuration file. Example:
// postcss.config.(c)js

const config = require("@xeho91/postcss-config");

module.exports = config;

About

PostCSS extendable, reusable configuration.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published