What is postcss?
"Tool for transforming styles with JS plugins"
postcss is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 199.5 KB on disk.
Installation Guide
# Install via NPM
npm install postcss
# Install via Yarn
yarn add postcss