このコミットが含まれているのは:
2025-05-18 05:57:48 +09:00
コミット 2d6986d421
38個のファイルの変更2408行の追加15068行の削除
+11
ファイルの表示
@@ -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