Live2Diff / demo /frontend /postcss.config.js
leoxing1996
add demo
d16b52d
raw
history blame
79 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};