koa-web-app / postcss.config.js
3v324v23's picture
initial commit: enrich functionality and configure for Hugging Face
fa813a0
raw
history blame contribute delete
193 Bytes
/** WARNING: DON'T EDIT THIS FILE */
/** WARNING: DON'T EDIT THIS FILE */
/** WARNING: DON'T EDIT THIS FILE */
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};