mlstocks / frontend /postcss.config.js
github-actions[bot]
Deploy to Hugging Face Space
abf702c
raw
history blame contribute delete
109 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {},
},
}