mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
9 lines
147 B
JavaScript
9 lines
147 B
JavaScript
module.exports = {
|
|
extract: "themes.css",
|
|
plugins: [
|
|
require("tailwindcss/nesting"),
|
|
require("tailwindcss"),
|
|
require("autoprefixer")
|
|
]
|
|
};
|