Initial commit

This commit is contained in:
Maze Winther
2025-06-22 10:02:50 +02:00
commit 87a83a5604
72 changed files with 12530 additions and 0 deletions

View File

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