Initial commit

This commit is contained in:
2024-12-14 00:11:55 +01:00
committed by GitHub
commit e3eab0f5a1
43 changed files with 5035 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: {},
},
};
export default config;