1
0

auto-git:

[add] tailwind.config.js
This commit is contained in:
2025-05-24 22:04:14 +02:00
parent 35c88ebc4e
commit 76e53bb177

8
tailwind.config.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
content: [
'./renderer/**/*.{js,jsx,ts,tsx,html}',
'./*.html',
],
theme: { extend: {} },
plugins: [],
}