Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.
/ postcss-config Public archive

PostCSS extendable, reusable configuration.

License

Notifications You must be signed in to change notification settings

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

Stars

Watchers

Forks

Packages

No packages published