mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +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: []
|
|
};
|