.skeleton{position:relative;overflow:hidden;--tw-bg-opacity:1;background-color:rgb(223 226 244/var(--tw-bg-opacity))}.skeleton:before{content:"";position:absolute;top:0;left:-150px;height:100%;width:150px;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.2) 50%,hsla(0,0%,100%,0));animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{left:-150px}to{left:100%}}