llm-pricing / postcss.config.js
philschmid's picture
init
343b64b
Raw
History Blame Contribute Delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}