@tailwind base;@tailwind components;@tailwind utilities;.skeleton-container{animation:skeleton-image 1s linear infinite alternate}@keyframes skeleton-image{0%{background-color:hsla(0,0%,92%,.632)}to{background-color:hsla(0,0%,100%,.849)}}