agents-js-llama / postcss.config.js
nsarrazin's picture
nsarrazin HF staff
Duplicate from nsarrazin/agents-js-oasst
d61fb4a
raw history blame
No virus
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}