blob: a2e278721e2ad951b271fcc3e8f3f311e7dd759b [file] [log] [blame] [edit]
<style>
div {
--a: 50px;
margin-left:var(--a);
width:100px;
height:100px;
background-color:green;
}
div {
margin-inline-start:200px;
}
</style>
<div><div></div></div>