Rename applied.css to docs and add some docs on usage

This commit is contained in:
Lea Verou
2024-12-20 14:01:01 -05:00
parent fd337dd1ee
commit 83fb761d41
10 changed files with 135 additions and 111 deletions

View File

@@ -19,7 +19,7 @@ document.addEventListener('click', event => {
const html =
`<script type="module" src="${cdnUrl}webawesome.loader.js"></script>\n` +
`<link rel="stylesheet" href="${cdnUrl}styles/themes/default.css">\n` +
`<link rel="stylesheet" href="${cdnUrl}styles/applied.css">\n` +
`<link rel="stylesheet" href="${cdnUrl}styles/webawesome.css">\n` +
`<link rel="stylesheet" href="${cdnUrl}styles/utilities.css">\n\n` +
`${code.textContent}`;
const css = 'html > body {\n font: 16px sans-serif;\n padding: 2rem;\n}';