Adding PostCSS
Installing bud.js dependencies
To get started with PostCSS, install the @roots/bud-postcss extension.
- npm
- Yarn
- pnpm
npm install @roots/bud-postcss --save-dev
yarn add @roots/bud-postcss --dev
pnpm add @roots/bud-postcss --save-dev
Configuration
No configuration is required. If you need to further customize PostCSS for your application, reference the @roots/bud-postcss documentation.