xiaowang/postcss.config.js
2022-07-21 18:11:53 +02:00

5 lines
111 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {} // Browserlist configuration is defined in package.json
}
}