This commit is contained in:
2024-04-08 15:55:23 +08:00
commit 31f7965f56
343 changed files with 82227 additions and 0 deletions

5
postcss.config.cjs Normal file
View File

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