From 09235b740ac4a0e419291bb33e235c8e37cdc4ff Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Fri, 19 Jun 2026 19:06:22 -0400 Subject: [PATCH] [symfonycasts/tailwind-bundle] remove default config Follows SymfonyCasts/tailwind-bundle#96. You must run `tailwind:init` after you first install to choose your version. --- symfonycasts/tailwind-bundle/0.14/manifest.json | 6 ++++++ symfonycasts/tailwind-bundle/0.14/post-install.txt | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 symfonycasts/tailwind-bundle/0.14/manifest.json create mode 100644 symfonycasts/tailwind-bundle/0.14/post-install.txt diff --git a/symfonycasts/tailwind-bundle/0.14/manifest.json b/symfonycasts/tailwind-bundle/0.14/manifest.json new file mode 100644 index 00000000..bae13335 --- /dev/null +++ b/symfonycasts/tailwind-bundle/0.14/manifest.json @@ -0,0 +1,6 @@ +{ + "bundles": { + "Symfonycasts\\TailwindBundle\\SymfonycastsTailwindBundle": ["all"] + }, + "aliases": ["tailwind", "tailwindcss"] +} diff --git a/symfonycasts/tailwind-bundle/0.14/post-install.txt b/symfonycasts/tailwind-bundle/0.14/post-install.txt new file mode 100644 index 00000000..54c9a835 --- /dev/null +++ b/symfonycasts/tailwind-bundle/0.14/post-install.txt @@ -0,0 +1,6 @@ + * Tailwind CSS is installed! Time to get rolling: + + * Run php bin/console tailwind:init to set up your Tailwind configuration + * Then start the watcher with php bin/console tailwind:build --watch + + * Read the docs at https://symfony.com/bundles/TailwindBundle/current/index.html