inference-playground / postcss.config.js
Last commit not found
raw
history blame
75 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};