Files
Agent-n8n/n8n-n8n-1.109.2/packages/frontend/editor-ui/tailwind.config.js

9 lines
166 B
JavaScript
Raw Normal View History

2025-09-08 04:48:28 +08:00
module.exports = {
content: ['./index.html', './src/**/*.{vue,js,ts}'],
darkMode: ['selector', '[data-theme="dark"]'],
theme: {
extend: {},
},
plugins: [],
};