mirror of
https://github.com/langgenius/dify.git
synced 2026-05-09 04:36:31 +08:00
10 lines
149 B
JavaScript
10 lines
149 B
JavaScript
import UnoCSS from '@unocss/postcss'
|
|
import autoprefixer from 'autoprefixer'
|
|
|
|
export default {
|
|
plugins: [
|
|
UnoCSS(),
|
|
autoprefixer(),
|
|
],
|
|
}
|