lisa-on-cuda / static /postcss.config.js
alessandro trinca tornidor
feat: add static files (vue3/tailwindcss frontend)
15d84c8
raw
history blame
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}