Files
smart_storage_web/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2025-06-30 10:17:15 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}