llm-pricing / postcss.config.js
philschmid's picture
philschmid HF staff
init
343b64b
raw
history blame contribute delete
No virus
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}