ai / postcss.config.js
github-actions[bot]
GitHub deploy: 1c6ddd793e7058b286c825c2dd40ec38ef96a1bc
213eb57
raw
history blame contribute delete
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};