We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2278885 + c09cffa commit 6f45caeCopy full SHA for 6f45cae
lib/mix/tasks/tailwind.install.ex
@@ -10,6 +10,15 @@ defmodule Mix.Tasks.Tailwind.Install do
10
11
config :tailwind, :version, "#{Tailwind.latest_version()}"
12
13
+ To install the Tailwind binary from a custom URL (e.g. if your platform isn't
14
+ officially supported by Tailwind), you can supply a third party path to the
15
+ binary (beware that we cannot guarantee the compatibility of any third party
16
+ executable):
17
+
18
+ ```bash
19
+ $ mix tailwind.install https://people.freebsd.org/~dch/pub/tailwind/v3.2.6/tailwindcss-freebsd-x64
20
+ ```
21
22
## Options
23
24
* `--runtime-config` - load the runtime configuration
0 commit comments