initial commit

This commit is contained in:
2026-05-07 06:41:36 +01:00
commit 49dd3554f1
23 changed files with 2904 additions and 0 deletions

8
postcss.config.mjs Normal file
View File

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