Add symfonycasts/tailwind-bundle recipe (#1383)

This commit is contained in:
Kevin Bond
2025-03-04 18:47:52 +01:00
committed by GitHub
parent 93400fd71b
commit 2da3aec2f1
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,6 @@
symfonycasts_tailwind:
# Specify the EXACT version of Tailwind CSS you want to use
binary_version: 'v3.4.17'
# Alternatively, you can specify the path to the binary that you manage yourself
#binary: 'node_modules/.bin/tailwindcss'
@@ -0,0 +1,9 @@
{
"bundles": {
"Symfonycasts\\TailwindBundle\\SymfonycastsTailwindBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": ["tailwind", "tailwindcss"]
}