1/** @type {import('tailwindcss').Config} */ 2export default { 3 content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"], 4};