1
0

Remove unused Tailwind CSS files

This commit is contained in:
2025-05-24 22:05:31 +02:00
parent 4089ad5943
commit 43f95084d6
2 changed files with 0 additions and 11 deletions

View File

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

View File

@@ -1,3 +0,0 @@
@tailwind base;
@tailwind components;
@tailwind utilities;