📝 Docs(custom): fix docs typo

This commit is contained in:
Kuingsmile
2024-06-16 21:11:21 +08:00
parent 5af8a6b529
commit dc70648d64
8 changed files with 338 additions and 350 deletions

View File

@@ -1,5 +1,5 @@
module.exports = {
plugins: {
autoprefixer: {},
},
};
autoprefixer: {}
}
}