HF-Spaces / postcss.config.js
AntDX316
updated
4d0d400
raw
history blame contribute delete
81 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};