agents-js-oasst / postcss.config.js
nsarrazin's picture
nsarrazin HF staff
first commit
57e16da
raw
history blame
No virus
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}