| Sean McCullough | bf66a2f | 2025-06-23 21:53:55 -0700 | [diff] [blame] | 1 | /** @type {import('tailwindcss').Config} */ |
| 2 | export default { | ||||
| 3 | content: ["./src/**/*.{js,ts,jsx,tsx,html}"], | ||||
| banksean | d5c849d | 2025-06-26 15:48:31 +0000 | [diff] [blame^] | 4 | plugins: ["@tailwindcss/container-queries"], |
| Sean McCullough | bf66a2f | 2025-06-23 21:53:55 -0700 | [diff] [blame] | 5 | }; |