flowbite
flowbite copied to clipboard
Suggest: Use the standalone-cli in installation docs for ease
Is your feature request related to a problem? Please describe. There is no real problem, but I consider that installation steps could be easier to understand and adopt using the standalone cli.
Describe the solution you'd like For example, with Django, we can ignore all the compressor stuff and only define 3 steps.
- Install standalone tailwindcss
- Add the js to base.html
- Call in a terminal tailwindcss -i ... -o ...
Additional context Tailwindcss standalone cli is an official way to use tailwindcss https://tailwindcss.com/blog/standalone-cli
This feature has some time but it still present nowadays. https://github.com/tailwindlabs/tailwindcss/releases/latest
I discovered recently the pytailwind package that provides a pip package to install this standalone CLI, so the installation steps could be even easier.
Run:
pip install pytailwindcss
Then:
tailwindcss -i ... -o ...