Skip to content

v0.11.0

Compare
Choose a tag to compare
@kbond kbond released this 29 Jul 14:51
· 2 commits to main since this release
2d59fa8

Hey Tailwinder's!

When downloading TailwindCSS, we have some detection logic to determine the correct binary based on your system architecture. This logic is hard to test and doesn't work for everyone. So this release adds a binary_platform option to override:

# config/packages/symfonycasts_tailwind.yaml
symfonycasts_tailwind:
    # one of: 'linux-arm64', 'linux-arm64-musl', 'linux-x64', 'linux-x64-musl', 'macos-arm64', 'macos-x64', 'windows-x64'
    binary_platform: 'linux-x64'

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.11.0