xiaowang/postcss.config.js

6 lines
111 B
JavaScript
Raw Normal View History

2022-07-18 18:54:25 +02:00
module.exports = {
plugins: {
2022-07-21 18:11:53 +02:00
autoprefixer: {} // Browserlist configuration is defined in package.json
2022-07-18 18:54:25 +02:00
}
}