mirror of
https://github.com/dpup/meshstream.git
synced 2026-03-28 17:42:37 +01:00
7 lines
92 B
JavaScript
7 lines
92 B
JavaScript
export default {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|