<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	some: -test(val1);
}

html {
	some-other: -test(val1);
}

@media screen {
	html {
		some: -test(val2);
	}
}

#unrelated {
	other: yes;
}
</pre></body></html>