agents-js-oasst / postcss.config.js
nsarrazin's picture
poc with dockerfile & server-side
2bcd13d
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}