mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
70981c3732
* add ci for frontend * add ci for frontend * fix workflow * fix format errors
9 lines
142 B
JavaScript
9 lines
142 B
JavaScript
module.exports = {
|
|
extract: "themes.css",
|
|
plugins: [
|
|
require("tailwindcss"),
|
|
require("postcss-nested"),
|
|
require("autoprefixer")
|
|
]
|
|
};
|