Skip to content

Commit

Permalink
Upgrade Tailwind to 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rhcarvalho committed May 1, 2024
1 parent dfb0c00 commit 88bcb6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installer/templates/phx_single/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ config :esbuild,

# Configure tailwind (the version is required)
config :tailwind,
version: "3.4.0",
version: "3.4.3",
<%= @app_name %>: [
args: ~w(
--config=tailwind.config.js
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ config :esbuild,

# Configure tailwind (the version is required)
config :tailwind,
version: "3.4.0",
version: "3.4.3",
<%= @web_app_name %>: [
args: ~w(
--config=tailwind.config.js
Expand Down
2 changes: 1 addition & 1 deletion integration_test/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ config :phoenix, :json_library, Jason

config :swoosh, api_client: false

config :tailwind, :version, "3.4.0"
config :tailwind, :version, "3.4.3"

0 comments on commit 88bcb6a

Please sign in to comment.