1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-20 17:37:25 +03:00
n8n/packages/editor-ui/postcss.config.js
2019-06-23 12:35:23 +02:00

6 lines
58 B
JavaScript

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