Files
n8n-enterprise-unlocked/packages/editor-ui/tailwind.config.js
2024-05-09 14:12:13 +02:00

9 lines
166 B
JavaScript

module.exports = {
content: ['./index.html', './src/**/*.{vue,js,ts}'],
darkMode: ['selector', '[data-theme="dark"]'],
theme: {
extend: {},
},
plugins: [],
};