n8n/packages/frontend/editor-ui/postcss.config.js

7 lines
80 B
JavaScript

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