kidonng / unocss-preset-daisy

UnoCSS preset for daisyUI
https://unocss-preset-daisy.vercel.app
MIT License
228 stars 19 forks source link

Support UnoCSS v0.57.0 #31

Closed csvn closed 11 months ago

csvn commented 11 months ago

In UnoCSS v0.57.0, they changed the color formats to align with Tailwind, thus using space separated instead of comma separated for rgb() and hsl(). See release notes.

This would mean updating and potentially removing the lines here: https://github.com/kidonng/unocss-preset-daisy/blob/main/index.ts#L24-L29

It might be that Daisy colors intended for Tailwind just works out of the box now in v0.57.0 of UnoCSS.