7 lines
94 B
HTML
7 lines
94 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
::before:where(.foo) {
|
|
color: red;
|
|
}
|
|
</style>
|
|
<div class=foo></div>
|