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
369 B
Plaintext
7 lines
369 B
Plaintext
* <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</>
|