rag-chat / web /postcss.config.js
lucas-wa
Test uni module
6e06893
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}