gh-camp-video-portal/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2025-05-21 10:20:18 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}