This commit is contained in:
user
2025-10-30 19:28:30 +02:00
commit bf40976e40
76 changed files with 2440 additions and 0 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};