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