benjamincanac / ui3

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
54 stars 8 forks source link

fix(module): handle theme HMR on dev #84

Closed antfu closed 3 months ago

antfu commented 4 months ago

Resolves #35

benjamincanac commented 3 months ago

@antfu Thanks for the PR! I thought it didn't work because some classes were missing but as the theme was no longer written, Tailwind CSS had now way to parse classes written like: https://github.com/benjamincanac/ui3/blob/dev/src/theme/button.ts#L82

So I did this commit https://github.com/benjamincanac/ui3/pull/84/commits/1feec0a11f7c915707ed05a9d3147bd6912e266a to write the base theme but commented.