inference-api / postcss.config.js
enzostvs's picture
enzostvs HF staff
migration in svelte
de2d4cd
raw
history blame contribute delete
No virus
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}