themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.82k stars 734 forks source link

Suggest: Use the standalone-cli in installation docs for ease #593

Open FJLendinez opened 1 year ago

FJLendinez commented 1 year ago

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.

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

FJLendinez commented 1 year ago

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 ...