Incorrect browser-compatibility info on justify-self #27723
Incorrect browser-compatibility info on justify-self #27723
by emmaJsFiddle
HTML
<section>
<div>
</div>
</section>
CSS
section { background: cyan; width: 100px; height: 100px; }
div { background: pink; width: 50px; height: 50px; justify-self: end; }