ai / postcss.config.js
github-actions[bot]
GitHub deploy: be12cf31cb32aecdcbb14b95e090025e7eb46837
476da2e
raw
history blame contribute delete
64 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {}
}
};