Skip to content

dobicinaitis/tailwind-cli-extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

358 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Download the latest binary from the releases page.

  • Make it executable:

    chmod +x ./tailwindcss-extra*

    macOS users may also need to remove the quarantine attribute:

    xattr -d com.apple.quarantine ./tailwindcss-extra*
  • Add the daisyUI plugin to your main CSS file:

    @import "tailwindcss";
    @plugin "daisyui";
  • Use tailwindcss-extra just like the official tool (example).

Cheat sheet

# 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

Homebrew tap

Install using Homebrew on macOS or Linux:

brew tap dobicinaitis/tailwind-cli-extra https://github.com/dobicinaitis/tailwind-cli-extra.git
brew install tailwindcss-extra

Snap package

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

sudo snap install tailwindcss-extra

About

Tailwind CSS standalone CLI bundled with daisyUI

Resources

License

Stars

Watchers

Forks

Contributors