ooooo / postcss.config.js
github-actions[bot]
GitHub deploy: 7e224e4a536b07ec008613f06592e34050e7067c
f1f8449
Raw
History Blame Contribute Delete
64 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {}
}
};