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