Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
::before:where(.foo) {
color: red;
}
</style>
<div class=foo></div>
<!DOCTYPE html>
<style>
::before:where(.foo) {
color: red;
}
</style>
<div class=foo></div>