File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments