kenaito-config-front/postcss.config.js

6 lines
59 B
JavaScript
Raw Normal View History

2024-12-03 19:28:38 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}