franken-ui / ui

Franken UI is an HTML-first, open-source library of UI components that works as a standalone or as a Tailwind CSS plugin. It is compatible with UIkit 3. The design is influenced by shadcn/ui.
https://franken-ui.dev
MIT License
1.78k stars 26 forks source link

cdn link for blue theme is broken #13

Closed sangyongjung closed 3 months ago

sangyongjung commented 4 months ago

On https://franken-ui.dev/docs/installation#installation-via-cdn

<link
  rel="stylesheet"
  href="https://unpkg.com/franken-wc@0.0.2/dist/css/blue.min.css"
/>

is broken as https://unpkg.com/franken-wc@0.0.2/dist/css/blue.min.css is unavailable. I tried other colors (themes) and every other color works fine.

sveltecult commented 3 months ago

🚀 fixed on v0.0.4