todo-frontend/tailwind.config.js

9 lines
162 B
JavaScript
Raw Permalink Normal View History

2026-03-03 04:02:58 +00:00
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{ts,tsx}'],
theme: {
extend: {},
},
plugins: [],
}