TimeTrex/interface/html5/framework/apollo-vue/postcss.config.js

6 lines
55 B
JavaScript
Raw Permalink Normal View History

2022-12-13 07:10:06 +01:00
module.exports = {
plugins: {
autoprefixer: {}
}
}