Files
DinQuant/quantdinger_vue/postcss.config.js
T

6 lines
59 B
JavaScript
Raw Normal View History

2025-12-29 03:06:49 +08:00
module.exports = {
plugins: {
autoprefixer: {}
}
}