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

Latest commit

 

History

History
26 lines (17 loc) · 521 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 521 Bytes

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;