mirror of
https://github.com/symfony/recipes.git
synced 2026-09-19 02:56:23 +03:00
20 lines
572 B
JSON
20 lines
572 B
JSON
{
|
|
"bundles": {
|
|
"Symfonycasts\\TailwindBundle\\SymfonycastsTailwindBundle": ["all"]
|
|
},
|
|
"aliases": ["tailwind", "tailwindcss"],
|
|
"add-lines": [
|
|
{
|
|
"file": ".symfony.local.yaml",
|
|
"content": [
|
|
" # Watch and build CSS files using Tailwind CSS",
|
|
" tailwind:",
|
|
" cmd: ['symfony', 'console', 'tailwind:build', '--watch']"
|
|
],
|
|
"position": "after_target",
|
|
"target": "workers:",
|
|
"warn_if_missing": true
|
|
}
|
|
]
|
|
}
|