Extendable PostCSS configuration.
- Install it firstly with the Node.JS package manager of your choice.
Example:
pnpm install --save-dev postcss @xeho91/postcss-config
- Create a PostCSS configuration file. Example:
// postcss.config.(c)js
const config = require("@xeho91/postcss-config");
module.exports = config;