index.scss
@import '../../../assets/scss/animations.scss';
@import '../../../assets/scss/placeholders.scss';
@include heartbeatAnimation;
.loading {
@extend %center-justify-align-grid;
width: 100vw;
height: 80vh;
animation-name: heartbeat;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}