blob: 577ab810f38a6c1abf67168b077cf288d3fa9600 [file] [log] [blame]
/** @type {import('tailwindcss').Config} */
export default {
content: ["./src/**/*.{js,ts,jsx,tsx,html}"],
theme: {
extend: {},
},
plugins: [],
};