Installs PhoenixKit Emails module into parent application.
Adds the required @source directive to your CSS file so Tailwind CSS
can discover classes used by the emails module's templates.
Usage
mix phoenix_kit_emails.installWhat it does
- Finds your
assets/css/app.cssfile - Adds
@source "../../deps/phoenix_kit_emails";after existing@sourcelines - Prints next steps for AWS SES configuration
This task is idempotent — safe to run multiple times.