This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
scoresaber-reloadedv3/postcss.config.mjs
Liam 00462d9ed6
All checks were successful
Deploy / deploy (push) Successful in 5m10s
bob
2024-10-04 18:25:37 +01:00

9 lines
135 B
JavaScript

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