Example

March 9, 2025 ยท View on GitHub

Download the latest executable from the releases page.

# Linux x64 example
curl -sL https://github.com/dobicinaitis/tailwind-cli-extra/releases/latest/download/tailwindcss-extra-linux-x64 -o /tmp/tailwindcss-extra

Make the file executable:

chmod +x /tmp/tailwindcss-extra

Use the CLI tool to scan demo.html for Tailwind CSS and daisyUI classes, and populate output.css with the utilized utility classes.

/tmp/tailwindcss-extra --input input.css --output output.css

Open demo.html in a browser to see the result.

open demo.html