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