@roots/bud-emotion
👩🎤 Emotion can be added by installing the @roots/bud-emotion extension.
Installation
@roots/bud-emotion requires being installed alongside either babel or swc.
With babel:
- npm
- Yarn
- pnpm
npm install @roots/bud-emotion @roots/bud-babel --save-dev
yarn add @roots/bud-emotion @roots/bud-babel --dev
pnpm add @roots/bud-emotion @roots/bud-babel --save-dev
With swc:
- npm
- Yarn
- pnpm
npm install @roots/bud-emotion @roots/bud-swc --save-dev
yarn add @roots/bud-emotion @roots/bud-swc --dev
pnpm add @roots/bud-emotion @roots/bud-swc --save-dev