Skip to content

Commit

Permalink
Bump tailwind. Closes #5500
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Jul 7, 2023
1 parent 1b952a9 commit a76ea52
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 @@ -43,7 +43,7 @@ config :esbuild,

# Configure tailwind (the version is required)
config :tailwind,
version: "3.2.7",
version: "3.3.2",
default: [
args: ~w(
--config=tailwind.config.js
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ config :esbuild,

# Configure tailwind (the version is required)
config :tailwind,
version: "3.2.7",
version: "3.3.2",
default: [
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.2.7"
config :tailwind, :version, "3.3.2"

0 comments on commit a76ea52

Please # to comment.