mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-03 01:50:59 +08:00
5 lines
113 B
JavaScript
5 lines
113 B
JavaScript
module.exports = {
|
|
extract: "themes.css",
|
|
plugins: [require("tailwindcss/nesting"), require("tailwindcss")]
|
|
};
|