When I implement this in SCSS, nothing appears on the screen. Can you help me troubleshoot?
&::after {
position: absolute;
right: 0;
top: 0%;
width: 216px;
height: 254px;
transform: rotateY(180deg);
background: url(../images/life_history.svg) center/contain no-repeat;
}