#7 ぼちぼち

This commit is contained in:
2025-05-18 05:57:48 +09:00
parent 3b172e44d8
commit 2d6986d421
38 changed files with 2408 additions and 15068 deletions
+11
View File
@@ -0,0 +1,11 @@
/** @type {import('tailwindcss').Config} */
import type { Config } from 'tailwindcss'
export default {
content: ['./index.html',
'./src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
} satisfies Config