dobicinaitis / tailwind-cli-extra

Tailwind CSS standalone CLI bundled with daisyUI
MIT License
64 stars 2 forks source link

Tailwind CSS standalone CLI

Repackaged Tailwind CSS standalone CLI that comes bundled with daisyUI - the most popular component library for Tailwind CSS.

This repository employs GitHub Actions to generate patched versions of the upstream CLI tool whenever a new version of Tailwind CSS or daisyUI is released.

Usage

Cheat sheet

# create a tailwind.config.js file
./tailwindcss-extra init

# start a watcher
./tailwindcss-extra -i input.css -o output.css --watch

# compile and minify your CSS for production
./tailwindcss-extra -i input.css -o output.css --minify

Current versions

Downloads

Binaries

Snap package

Get it from the Snap Store or install using the command line:

sudo snap install tailwindcss-extra