mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
13 lines
156 B
JavaScript
13 lines
156 B
JavaScript
|
module.exports = {
|
||
|
content: [
|
||
|
"./src/**/*.{html,js,svelte,ts}",
|
||
|
"**/@gradio/**/*.{html,js,svelte,ts}"
|
||
|
],
|
||
|
|
||
|
theme: {
|
||
|
extend: {}
|
||
|
},
|
||
|
|
||
|
plugins: []
|
||
|
};
|