/** @type {import('tailwindcss').Config} */ export default { content: ['./**/*.{html,js,jsx,ts,tsx}'], theme: { extend: { container: { center: true, padding: '1rem', }, }, }, plugins: [], };