Skip to content

Bump Tailwind CLI in phx.new templates to 4.3.3 - #6845

Merged
SteffenDE merged 1 commit into
phoenixframework:mainfrom
dajiaohuang:bump-tailwind-cli-4.3.3
Sep 17, 2026
Merged

SteffenDE merged 1 commit into
phoenixframework:mainfrom
dajiaohuang:bump-tailwind-cli-4.3.3

Conversation

@dajiaohuang

Copy link
Copy Markdown
Contributor

Newly generated projects pin the Tailwind CLI to 4.3.0:

config :tailwind,
  version: "4.3.0",

On macOS 27 the 4.3.0 arm64 binary is killed on launch because it fails code signature validation. mix phx.server then never builds priv/static/assets/css/app.css, so the generated app renders unstyled.

Upstream fixed this in 4.3.1, and 4.3.3 is the current release, so bump the two template pins:

  • installer/templates/phx_single/config/config.exs.eex
  • installer/templates/phx_umbrella/apps/app_name_web/config/config.exs.eex

These were the only two tracked files still pinning 4.3.0; the remaining 4.3.0 strings are phoenix_html in the lock fixtures.

mix test in installer/ and npm test in assets/ pass.

Closes #6843

Newly generated projects pin the Tailwind CLI to 4.3.0. That release's
macOS arm64 binary fails code signature validation and is killed on
macOS 27, so `mix phx.server` never builds priv/static/assets/css/app.css
and the generated app renders unstyled.

The upstream fix shipped in 4.3.1, and 4.3.3 is the current release.
@SteffenDE
SteffenDE merged commit da518c2 into phoenixframework:main Sep 17, 2026
9 checks passed
@SteffenDE

Copy link
Copy Markdown
Member

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

phx.new Tailwind 4.3.0 CLI is SIGKILL’d on macOS 27 Golden Gate (Apple Silicon); homepage CSS never builds

2 participants