mirror of
https://github.com/mermaid-js/mermaid-live-editor.git
synced 2025-03-18 17:16:21 +03:00
11 lines
166 B
JavaScript
11 lines
166 B
JavaScript
module.exports = {
|
|
plugins: [require('daisyui')],
|
|
content: ['./src/**/*.{html,js,svelte,ts}'],
|
|
theme: {
|
|
extend: {}
|
|
},
|
|
variants: {
|
|
extend: {}
|
|
}
|
|
};
|