iubewnepo / postcss.config.js
github-actions[bot]
GitHub deploy: b06ded81701233f6d69cd425d5bd0f7e667f9660
57c46fe
raw
history blame
64 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {}
}
};