j
All checks were successful
Deploy Frontend / deploy (push) Successful in 4m3s

This commit is contained in:
Lee
2024-10-04 16:43:12 +01:00
parent 43cefc21aa
commit e0833d17f1
432 changed files with 9310 additions and 2898 deletions

View File

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