Use Phoenix 1.8.0rc heroicons plugin

This commit is contained in:
Claudio Ortolina
2025-04-05 12:21:32 +01:00
parent 0b553ff747
commit f0f43c22f6
3 changed files with 47 additions and 48 deletions
+4 -1
View File
@@ -3,7 +3,10 @@
@source "../js";
@source "../../lib/music_library_web";
@plugin "./heroicons.tailwind.plugin.js";
/* A Tailwind plugin that makes "hero-#{ICON}" classes available.
The heroicons installation itself is managed by your mix.exs */
@plugin "../vendor/heroicons";
@plugin "@tailwindcss/forms";
@custom-variant phx-click-loading (.phx-click-loading&, .phx-click-loading &);