Initial commit

This commit is contained in:
Esa Kataja
2024-10-14 22:19:42 +03:00
commit 50f78d4b90
21 changed files with 3444 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}