Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RawGit is shutting down, replace it with jsDelivr #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<html><meta name="viewport" content="width=device-width, user-scalable=no"/><link rel="stylesheet" href="https://rawgit.com/minimalist-components/mn-card/master/docs/vendor.css"/><link rel="stylesheet" href="https://rawgit.com/minimalist-components/mn-card/master/dist/mn-card.css"/><style>img {max-width: 100%}
<html><meta name="viewport" content="width=device-width, user-scalable=no"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/minimalist-components/mn-card/docs/vendor.css"/><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/minimalist-components/mn-card/dist/mn-card.css"/><style>img {max-width: 100%}
.demo .mn-card {margin: 1em}
.demo h2 {font-weight: normal}

Expand All @@ -17,7 +17,7 @@ <h2>Title</h2>
<h2>Title</h2>
<p>lorem ipsum</p>
</div>
</mn-code><p>Too works if you use a <strong class="tag">header</strong> wraping the tags h2, h3, etc.</p></div><script src="https://rawgit.com/minimalist-components/mn-card/master/docs/vendor.js"></script><script>var links = document.querySelectorAll('.mn-table-list a[href]')
</mn-code><p>Too works if you use a <strong class="tag">header</strong> wraping the tags h2, h3, etc.</p></div><script src="https://cdn.jsdelivr.net/gh/minimalist-components/mn-card/docs/vendor.js"></script><script>var links = document.querySelectorAll('.mn-table-list a[href]')
Array
.from(links)
.forEach(function(link) {
Expand Down