Skip to content

Commit 1ec4341

Browse files
authored
Update tailwind.install.ex docs
Closes #127.
1 parent e6ba13c commit 1ec4341

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/mix/tasks/tailwind.install.ex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ defmodule Mix.Tasks.Tailwind.Install do
3939
The default tailwind configuration includes Tailwind variants for Phoenix
4040
LiveView specific lifecycle classes:
4141
42-
* phx-no-feedback - applied when feedback should be hidden from the user
4342
* phx-click-loading - applied when an event is sent to the server on click
4443
while the client awaits the server response
4544
* phx-submit-loading - applied when a form is submitted while the client awaits the server response
46-
* phx-submit-loading - applied when a form input is changed while the client awaits the server response
45+
* phx-change-loading - applied when a form input is changed while the client awaits the server response
4746
4847
Therefore, you may apply a variant, such as `phx-click-loading:animate-pulse`
4948
to customize tailwind classes when Phoenix LiveView classes are applied.

0 commit comments

Comments
 (0)