Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.16 KB

File metadata and controls

25 lines (16 loc) · 1.16 KB

Tailwind CSS standalone CLI bundled with DaisyUI

Release

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 release for your platform from the releases page.

The CLI includes DaisyUI by default - no need to install it separately. Just add it to your app.css:

@import "tailwindcss";
@plugin "daisyui";

Versions

Component Source
Tailwind CSS tailwindlabs/tailwindcss
daisyUI saadeghi/daisyui