Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<style>
@supports selector(div) {
:root { background: green }
}
</style>
<!doctype html>
<style>
@supports selector(div) {
:root { background: green }
}
</style>