almond.css icon indicating copy to clipboard operation
almond.css copied to clipboard

CDN option

Open krcourville opened this issue 2 years ago • 0 comments

Hello,

In a blog post, I saw there was at least one other person asking about a CDN deployment option for almond.css. I am not if there is a plan for publishing to npm, but an option, for those interested, is to use jsdelivr, which works for both github and npm.

Example stylesheet reference:

<link
      rel="stylesheet"
      type="text/css"
      href="https://cdn.jsdelivr.net/gh/alvaromontoro/[email protected]/dist/almond.min.css"
    />

Example Stackblitz app

Maybe this is useful for the README?

krcourville avatar Mar 08 '22 19:03 krcourville