1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-06 00:10:23 +08:00
Files
paper-manager/frontend/vben/postcss.config.js
2023-03-10 17:18:32 +08:00

6 lines
62 B
JavaScript
Executable File

module.exports = {
plugins: {
autoprefixer: {},
},
};