aiold / postcss.config.js
github-actions[bot]
GitHub deploy: 565ea9269367ad8203baff74501061486cb8a7c0
4bae399
raw
history blame contribute delete
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};