[symfonycasts/tailwind-bundle] remove default config

Follows SymfonyCasts/tailwind-bundle#96. You must run `tailwind:init` after you first install to choose your version.
This commit is contained in:
Kevin Bond
2026-06-19 19:06:22 -04:00
parent b7e08038bb
commit 09235b740a
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,6 @@
{
"bundles": {
"Symfonycasts\\TailwindBundle\\SymfonycastsTailwindBundle": ["all"]
},
"aliases": ["tailwind", "tailwindcss"]
}
@@ -0,0 +1,6 @@
* <fg=green>Tailwind CSS is installed!</> Time to get rolling:
* <fg=blue>Run</> <comment>php bin/console tailwind:init</> to set up your Tailwind configuration
* <fg=blue>Then</> start the watcher with <comment>php bin/console tailwind:build --watch</>
* <fg=blue>Read</> the docs at <comment>https://symfony.com/bundles/TailwindBundle/current/index.html</>