cferdinandi/tabby

CSS file not available via CDN

alessandro-newzoo opened this issue · 2 comments

From your docs:

<!-- Get a specific version -->
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/cferdinandi/tabby@12.0.0/dist/css/tabby.min.css">
<script src="https://cdn.jsdelivr.net/gh/cferdinandi/tabby@12.0.0/dist/js/tabby.polyfills.min.js"></script>

but unfortunately this link gives a 404: https://cdn.jsdelivr.net/gh/cferdinandi/tabby@12.0.0/dist/css/tabby.min.css

and if I look inside the /dist folder, there's no file named tabby.min.css:

image

which file am I supposed to use?

Thanks a lot for this amazing library :)

Oh yep, sorry. I'll update the docs. Pick the regular or vertical version depending on which UI you want, or skip them and roll your own.

Updated, thanks!