/** @type {import('tailwindcss').Config} */
export default {
content: ["./dist/index.html", "./src/**/*.{js,ts,jsx,tsx}"],
theme: {
extend: {
aspectRatio: {
poster: "2 / 3",
},
plugins: [],
};