1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-03-05 20:50:17 -08:00
n8n/packages/editor-ui/postcss.config.js

6 lines
58 B
JavaScript
Raw Normal View History

2019-06-23 03:35:23 -07:00
module.exports = {
plugins: {
autoprefixer: {},
},
};