
Install plugins and save them to your package.json dependencies/ devDependencies.
PostCSS is a tool for transforming styles with JS plugins. These plugins can lint your CSS, support variables and mixins, transpile future CSS syntax, inline images, and more.
Node.js is an event-based server-side JavaScript engine.