1.8.5 • Published 6 months ago

@ggascoigne/postcss-config v1.8.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Postcss Config

My personal shareable postcss configuration.

Install

pnpm add -D postcss @ggascoigne/postcss-config

Usage

postcss.config.js

module.exports = require('@ggascoigne/postcss-config');

Under The Hood

index.js

  • autoprefixer
  • postcss-100vh-fix
  • postcss-cli
  • postcss-flexbugs-fixes
  • postcss-normalize
  • postcss-preset-env
  • postcss-reporter

License

MIT