bidbrain-webui / postcss.config.js
github-actions[bot]
GitHub deploy: 0ced153f8663a1cb2182195a1430f9492cf4853f
a0a6d58
raw
history blame contribute delete
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};