Skip to content

Commit 270600a

Browse files
authored
Merge pull request #1541 from kbond/new-tailwind-init
[symfonycasts/tailwind-bundle] remove default config
2 parents b7e0803 + 09235b7 commit 270600a

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"bundles": {
3+
"Symfonycasts\\TailwindBundle\\SymfonycastsTailwindBundle": ["all"]
4+
},
5+
"aliases": ["tailwind", "tailwindcss"]
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* <fg=green>Tailwind CSS is installed!</> Time to get rolling:
2+
3+
* <fg=blue>Run</> <comment>php bin/console tailwind:init</> to set up your Tailwind configuration
4+
* <fg=blue>Then</> start the watcher with <comment>php bin/console tailwind:build --watch</>
5+
6+
* <fg=blue>Read</> the docs at <comment>https://symfony.com/bundles/TailwindBundle/current/index.html</>

0 commit comments

Comments
 (0)