We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9829d93 commit 7bff1c2Copy full SHA for 7bff1c2
index.html
@@ -85,6 +85,7 @@ <h1>Schemascii Playground</h1>
85
}
86
async function setup() {
87
css.value = await fetch("schemascii_example.css").then(x => x.text());
88
+ style_elem.innerHTML = css.value;
89
css.addEventListener("input", () => {
90
style_elem.innerHTML = css.value;
91
});
0 commit comments