mirror of
https://github.com/symfony/recipes.git
synced 2026-09-20 11:36:33 +03:00
Merge pull request #1541 from kbond/new-tailwind-init
[symfonycasts/tailwind-bundle] remove default config
This commit is contained in:
@@ -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</>
|
||||||
Reference in New Issue
Block a user