mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-07-14 08:57:20 +02:00
9 lines
150 B
JavaScript
9 lines
150 B
JavaScript
module.exports = {
|
|
content: ['./src/**/*.{vue,js,ts}'],
|
|
darkMode: ['selector', '[data-theme="dark"]'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|