flowbite icon indicating copy to clipboard operation
flowbite copied to clipboard

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

Open FJLendinez opened this issue 2 years ago • 1 comments

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

FJLendinez avatar Jul 05 '23 07:07 FJLendinez

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

FJLendinez avatar Oct 11 '23 09:10 FJLendinez