From 44820013183a6c55b25f1322d35714678d27bd5e Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Sat, 28 Jun 2025 15:28:55 -0400 Subject: [PATCH] time to use v4 --- .../0.8/config/packages/symfonycasts_tailwind.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfonycasts/tailwind-bundle/0.8/config/packages/symfonycasts_tailwind.yaml b/symfonycasts/tailwind-bundle/0.8/config/packages/symfonycasts_tailwind.yaml index 146ace04c..3921e12d5 100644 --- a/symfonycasts/tailwind-bundle/0.8/config/packages/symfonycasts_tailwind.yaml +++ b/symfonycasts/tailwind-bundle/0.8/config/packages/symfonycasts_tailwind.yaml @@ -1,6 +1,6 @@ symfonycasts_tailwind: # Specify the EXACT version of Tailwind CSS you want to use - binary_version: 'v3.4.17' + binary_version: 'v4.1.11' # Alternatively, you can specify the path to the binary that you manage yourself #binary: 'node_modules/.bin/tailwindcss'