mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Follows SymfonyCasts/tailwind-bundle#96. You must run `tailwind:init` after you first install to choose your version.
7 lines
147 B
JSON
7 lines
147 B
JSON
{
|
|
"bundles": {
|
|
"Symfonycasts\\TailwindBundle\\SymfonycastsTailwindBundle": ["all"]
|
|
},
|
|
"aliases": ["tailwind", "tailwindcss"]
|
|
}
|