blob: 91d9b4bbdaf929089b1f43f517064960006b9ae9 [file] [log] [blame]
Earl Lee2e463fb2025-04-17 11:22:22 -07001/** @type {import('tailwindcss').Config} */
2module.exports = {
3 content: [
4 "./src/**/*.{html,js,ts}",
5 ],
6 theme: {
7 extend: {},
8 },
9 plugins: [],
10};