openchat / postcss.config.js
github-actions[bot]
GitHub deploy: ff90b125eea7ea2dc581bf689d1504e4d756c1de
65ebb98
raw
history blame contribute delete
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};