Prettier: Badly Formatted Code for Demo
January 2, 2019 ยท View on GitHub
html {
box-sizing: border-box;
font-size: 16px ; }
*, *:before, *:after { box-sizing: inherit ; }
.banana > span:after {
content: attr(data-points) "pts" ;
font-size: 0.875rem;
position: absolute;
top: 50% ;
left: -40%; background-color: var(--white-50) ; padding: 2px 10px; color: rgba(1, 1, 1, 1); border-radius: 4px; }