inkchargen/postcss.config.js

6 lines
57 B
JavaScript
Raw Normal View History

2024-01-09 08:30:37 +02:00
module.exports = {
plugins: {
'autoprefixer': {}
}
}