1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-21 09:59:34 +03:00
n8n/packages/design-system/postcss.config.js
2022-08-31 15:47:33 +02:00

6 lines
58 B
JavaScript

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