AI-Studio / postcss.config.js
github-actions[bot]
GitHub deploy: 217e3a13c8aee731ec88ec2545d479650fb23ca7
38e7007
raw
history blame contribute delete
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};