xiaowang/postcss.config.js

6 lines
123 B
JavaScript
Raw Normal View History

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