/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./src/**/*.{astro,html,js,jsx,ts,tsx,vue}" ], theme: { extend: { container: { center: true, padding: "1rem" } } }, plugins: [] };