Skip to content

Commit

Permalink
Remove tailwind for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Mar 23, 2023
1 parent 3ec8402 commit ff93c8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phoenix_live_view.exs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ defmodule SamplePhoenix.SampleLive do
~H"""
<script src="https://cdn.jsdelivr.net/npm/phoenix@1.7.1/priv/static/phoenix.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/phoenix_live_view@0.18.17/priv/static/phoenix_live_view.min.js"></script>
<script src="https://cdn.tailwindcss.com"></script>
<script>
let liveSocket = new window.LiveView.LiveSocket("/live", window.Phoenix.Socket)
liveSocket.connect()
Expand Down

0 comments on commit ff93c8b

Please sign in to comment.