mirror of
https://github.com/zvx-echo6/navi.git
synced 2026-05-20 14:44:51 +02:00
6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
|
|
export default {
|
||
|
|
plugins: {
|
||
|
|
'@tailwindcss/postcss': {},
|
||
|
|
autoprefixer: {},
|
||
|
|
},
|
||
|
|
}
|