graphql-engine/community/sample-apps/realtime-chat-vue/postcss.config.js
2019-04-05 12:16:29 +05:30

6 lines
60 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {}
}
};