Initial commit

This commit is contained in:
Esa Kataja
2024-11-14 15:19:23 +02:00
commit d1d1dd13d1
20 changed files with 3042 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};