mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
11 lines
150 B
JavaScript
11 lines
150 B
JavaScript
module.exports = {
|
|
style: {
|
|
postcss: {
|
|
plugins: [
|
|
require('tailwindcss'),
|
|
require('autoprefixer'),
|
|
],
|
|
},
|
|
},
|
|
}
|