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 0bdafab commit 8a31eccCopy full SHA for 8a31ecc
example.html
@@ -61,6 +61,6 @@
61
var sheet = parseAStylesheet(tokenlist);
62
console.log(sheet);
63
var tree = document.querySelector('#tree');
64
- tree.value = sheet.toString(' ');
+ tree.value = JSON.stringify(sheet, null, " ");
65
}
66
</script>
0 commit comments