Files
n8n_Demo/n8n-n8n-1.109.2/packages/frontend/@n8n/design-system/tailwind.config.js

9 lines
150 B
JavaScript
Raw Normal View History

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