Medsentinal / ui /postcss.config.js
PRANAV05092003's picture
Initial Hugging Face upload
1234d18
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};