Initialize project without preview renderer

This commit is contained in:
2025-09-28 23:30:02 +02:00
commit 2852c88a77
16 changed files with 11459 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
module.exports = {
content: ['./public/index.html', './src/**/*.{js,jsx}'],
theme: {
extend: {
colors: {
primary: '#0f172a',
accent: '#38bdf8',
},
},
},
plugins: [],
};