blob: 577ab810f38a6c1abf67168b077cf288d3fa9600 [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}"],
4 theme: {
5 extend: {},
6 },
7 plugins: [],
8};