mlp-server-tools/webclient/postcss.config.js

6 lines
60 B
JavaScript
Raw Normal View History

2019-06-06 14:07:36 +00:00
module.exports = {
plugins: {
autoprefixer: {}
}
};