mix tailwind.install (tailwind v0.1.6) View Source

Installs tailwind under _build.

$ mix tailwind.install
$ mix tailwind.install --if-missing

By default, it installs 3.1.0 but you can configure it in your config files, such as:

config :tailwind, :version, "3.1.0"

Options

* `--runtime-config` - load the runtime configuration
  before executing command

* `--if-missing` - install only if the given version
  does not exist