This commit is contained in:
zyronon
2024-05-16 11:21:12 +08:00
parent d119f1c56f
commit 33fe1a33c0
12 changed files with 3934 additions and 4088 deletions

6
postcss.config.js Normal file
View File

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