You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-7
Original file line number
Diff line number
Diff line change
@@ -42,13 +42,8 @@ Tailwind version of choice:
42
42
config :tailwind, version:"4.0.9"
43
43
```
44
44
45
-
Note that `:tailwind` 0.3+ supports Tailwind v4+. If you need to use Tailwind v3, use
46
-
47
-
```
48
-
{:tailwind, "~> 0.2.0", only: :dev}
49
-
```
50
-
51
-
instead, and refer to [the README in the 0.2 branch](https://github.com/phoenixframework/tailwind/blob/v0.2/README.md).
45
+
Note that `:tailwind` 0.3+ assumes Tailwind v4+ by default. It still supports Tailwind v3, but some configuration options when setting up a new
46
+
project might be different. If you use Tailwind v3, also have a look at [the README in the 0.2 branch](https://github.com/phoenixframework/tailwind/blob/v0.2/README.md).
0 commit comments