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.
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";
Component | Source |
---|---|
Tailwind CSS | tailwindlabs/tailwindcss |
daisyUI | saadeghi/daisyui |