AI / postcss.config.js
github-actions[bot]
GitHub deploy: 28876f4bce916ee367b1165727aca87580eb383e
c101e76
raw
history blame contribute delete
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};