This commit is contained in:
makeyangcom
2024-04-06 15:11:32 +08:00
parent 1b1f3fac22
commit 03d44f4c48
20 changed files with 352 additions and 95 deletions

View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}