YT-AI-Automation / frontend /postcss.config.js
github-actions
Sync Docker Space
5f3e9f5
raw
history blame contribute delete
80 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}