almond.css
almond.css copied to clipboard
CDN option
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"
/>
Maybe this is useful for the README?