Files
n8n-enterprise-unlocked/packages/design-system/postcss.config.js
कारतोफ्फेलस्क्रिप्ट™ 1777f8cdb1 fix(editor): Temporarily disable tailwind (no-changelog) (#9394)
2024-05-14 17:20:31 +02:00

7 lines
80 B
JavaScript

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