saadeghi / daisyui

๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ โ€ƒThe most popular, free and open-source Tailwind CSS component library
https://daisyui.com
MIT License
34.19k stars 1.31k forks source link

update install markdown, use ESM for tailwind config. #2999

Closed s0h311 closed 7 months ago

s0h311 commented 7 months ago

Tailwind is using ESM for its config file by default for while now.

saadeghi commented 7 months ago

Tailwind is using ESM for its config file by default for while now.

It's commonJS by default: https://tailwindcss.com/docs/installation

We're not going to replace the commonJS example, but yeah the ESM example will be added next to that. There's an open PR for that already: https://github.com/saadeghi/daisyui/pull/2989/files

s0h311 commented 7 months ago

mb, it really is cjs by default.