import type { Config } from 'tailwindcss' export default >{ theme: { extend: { aspectRatio: { auto: 'auto', square: '1 / 1', video: '16 / 9' } } } }