Files
frontend-elite-data-analysis/postcss.config.js
T

6 lines
61 B
JavaScript
Raw Normal View History

2022-11-30 13:30:02 +08:00
module.exports = {
plugins: {
autoprefixer: {},
},
}