dauabi / postcss.config.js
github-actions[bot]
GitHub deploy: 7e224e4a536b07ec008613f06592e34050e7067c
f1f8449
raw
history blame contribute delete
64 Bytes
export default {
plugins: {
'@tailwindcss/postcss': {}
}
};