YT-AI-Automation / frontend /postcss.config.js
github-actions
Sync Docker Space
9b79a79
Raw
History Blame Contribute Delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}