Files
dvdash/postcss.config.js
Joe Monk 35c8964fe5
Some checks failed
Build and deploy / deploy (push) Failing after 46s
Initial commit, most things work
2025-04-26 20:56:56 +01:00

6 lines
66 B
JavaScript

export default {
plugins: {
"@tailwindcss/postcss": {},
},
};