chore: format

This commit is contained in:
codytseng
2025-04-06 20:22:49 +08:00
parent 3bb34dae66
commit ccbce0e317
6 changed files with 402 additions and 430 deletions

View File

@@ -1,10 +1,7 @@
/** @type {import('tailwindcss').Config} */
export default {
darkMode: ['class'],
content: [
'./index.html',
'./src/**/*.{ts,tsx}',
],
content: ['./index.html', './src/**/*.{ts,tsx}'],
theme: {
extend: {
borderRadius: {