singularity-forge/web/postcss.config.mjs
Mikael Hugo 062e8e3c9f
Some checks are pending
sf self-deploy / build, test, and publish server image (push) Waiting to run
sf self-deploy / deploy test and probe (push) Blocked by required conditions
sf self-deploy / promote prod (push) Blocked by required conditions
chore: remove vscode extension and tune knip
2026-05-18 04:49:25 +02:00

7 lines
90 B
JavaScript

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