thinking-model-client / postcss.config.js
moelove's picture
introduce tailwind css
03bd69e
Raw
History Blame Contribute Delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}