9 lines
188 B
HTML
9 lines
188 B
HTML
<!DOCTYPE html>
|
|
<title>Reference - :scope Selector Cannot be Featureless Outside of @scope</title>
|
|
<style>
|
|
:root {
|
|
background: white;
|
|
color: black;
|
|
}
|
|
</style>
|
|
<div id="dut">Test</div>
|