blob: 919d1008326d2f0cc287469ec30951f29ba7b99b [file] [log] [blame]
Sean McCulloughbf66a2f2025-06-23 21:53:55 -07001/** @type {import('tailwindcss').Config} */
2export default {
3 content: ["./src/**/*.{js,ts,jsx,tsx,html}"],
bankseand5c849d2025-06-26 15:48:31 +00004 plugins: ["@tailwindcss/container-queries"],
Sean McCulloughbf66a2f2025-06-23 21:53:55 -07005};