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
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};