blob: a3a3e1c09d61f9eb6925a20e5c08d6d34932e4dd [file] [log] [blame]
<html>
<head>
<style>
:root { --one: 10px; --two: 20px; }
</style>
<body>
<script>
document.write(document.styleSheets[0].cssRules[0].cssText)
</script>
</body>
</html.