llm / postcss.config.js
github-actions[bot]
GitHub deploy: bccc6e08ccf3e06607a2c6e3ca5f59455b3ceaaf
a733dcb
Raw
History Blame Contribute Delete
73 Bytes
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};