Add canonical_tailwind to get correct formatting for tailwind classes
This commit is contained in:
@@ -77,6 +77,7 @@ defmodule MusicLibrary.MixProject do
|
||||
{:phoenix_live_reload, "~> 1.2", only: :dev},
|
||||
{:esbuild, "~> 0.8", runtime: Mix.env() == :dev},
|
||||
{:tailwind, "~> 0.3", runtime: Mix.env() == :dev},
|
||||
{:canonical_tailwind, "~> 0.1.0", only: [:dev, :test], runtime: false},
|
||||
{:benchee, "~> 1.3", only: :dev, runtime: false},
|
||||
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
|
||||
{:quokka, "~> 2.6", only: [:dev, :test], runtime: false},
|
||||
|
||||
Reference in New Issue
Block a user