julienmonnerie/postcss.config.js

6 lines
123 B
JavaScript
Raw Permalink Normal View History

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