@zphyrx/postcss-config
v2.0.1
Published
## Installation
Readme
@zphyrx/postcss-config
Installation
To install @zphyrx/postcss-config, run the following command:
# Using npm
$ npm install -D @zphyrx/postcss-config
# or using pnpm
$ pnpm add -D @zphyrx/postcss-configUsage
Extend @zphyrx/postcss-config and add any additional configurations in your postcss.config.mjs file:
import * as postcss from "@zphyrx/postcss-config";
const config = postcss.config({
plugins: {
autoprefixer: {},
},
});
export default config;