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