mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"manifests": {
|
|
"symfonycasts/tailwind-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Symfonycasts\\TailwindBundle\\SymfonycastsTailwindBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/symfonycasts_tailwind.yaml": {
|
|
"contents": [
|
|
"symfonycasts_tailwind:",
|
|
" # Specify the EXACT version of Tailwind CSS you want to use",
|
|
" binary_version: 'v4.1.11'",
|
|
"",
|
|
" # Alternatively, you can specify the path to the binary that you manage yourself",
|
|
" #binary: 'node_modules/.bin/tailwindcss'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "d0bd0276f74de90adfaa4c6cd74cc0caacd77e0a"
|
|
}
|
|
}
|
|
}
|