Skip to content
Discussion options

You must be logged in to vote

Tailwind's standalone CLI (without Node.js) doesn't support third party plugins as far as I know (only includes first party plugins like Typography, etc.)

But you can directly download daisyUI's CSS file and use it in your project:
https://unpkg.com/daisyui@2.51.5/dist/full.css

It's a large CSS file tho so you need to find a tool that removes unused CSS. In Node.js projects, there is Purge CSS you might be able to use it in other languages too but there are other tools as well. For example this one for Rust.

Let me know if you have any questions

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@arqalite
Comment options

Answer selected by saadeghi
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants