mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
module.exports = {
|
|
extract: "themes.css",
|
|
plugins: [
|
|
require("tailwindcss/nesting"),
|
|
require("tailwindcss"),
|
|
]
|
|
};
|