mix tailwind.install (tailwind v0.1.3) View Source
Installs tailwind under _build
.
$ mix tailwind.install
$ mix tailwind.install --if-missing
By default, it installs 3.0.10 but you can configure it in your config files, such as:
config :tailwind, :version, "3.0.10"
Options
* `--runtime-config` - load the runtime configuration
before executing command
* `--if-missing` - install only if the given version
does not exist