scoresaber-reloadedv3/Frontend/postcss.config.mjs
Liam 130b9bfdec
Some checks failed
Deploy Frontend / deploy (push) Failing after 13s
move to mono repo (attempt 1)
2024-10-02 14:07:30 +01:00

9 lines
135 B
JavaScript

/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;