This commit is contained in:
2023-11-14 09:40:58 +10:00
parent 7d9b6793d3
commit 6f53c7ea6f
51 changed files with 110 additions and 5546 deletions

6
postcss.config.js Normal file
View File

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