rebuild docs
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
.cache/
|
.cache/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
dist/
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 KiB |
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
899
docs/index.html
899
docs/index.html
File diff suppressed because one or more lines are too long
@ -181,8 +181,8 @@ in any specification.</span></p>
|
|||||||
<h4 data-type="HTML">HTML</h4><pre><code class="lang-html"><div class="donut"></div>
|
<h4 data-type="HTML">HTML</h4><pre><code class="lang-html"><div class="donut"></div>
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<h4 data-type="CSS">CSS</h4><pre><code class="lang-css">@keyframes donut-spin {
|
<h4 data-type="CSS">CSS</h4><pre><code class="lang-css">@keyframes donut-spin {
|
||||||
0% { transform: rotate(0deg); }
|
0% { transform: rotate(0deg); }
|
||||||
100% { transform: rotate(360deg);}
|
100% { transform: rotate(360deg); }
|
||||||
}
|
}
|
||||||
.donut {
|
.donut {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
@ -68,8 +68,7 @@ for (const snippetFile of fs.readdirSync(SNIPPETS_PATH)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// doctype declaration gets stripped, add it back in
|
// doctype declaration gets stripped, add it back in
|
||||||
const html = `
|
const html = `<!DOCTYPE html>
|
||||||
<!DOCTYPE html>
|
|
||||||
${pretty(document.documentElement.outerHTML, { ocd: true })}
|
${pretty(document.documentElement.outerHTML, { ocd: true })}
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user