@tailwind base; @tailwind components; @tailwind utilities; /* Somehow tailwind doesn't include this??? */ .aspect-photos { aspect-ratio: 1 / 1; } .aspect-videos { aspect-ratio: 16 / 9; }