Files
smart_storage_web/postcss.config.js
2025-06-30 10:17:15 +08:00

6 lines
59 B
JavaScript

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