Initial commit of template

This commit is contained in:
Antigravity
2026-07-16 14:03:53 +05:30
commit 09c68efb2d
70 changed files with 6050 additions and 0 deletions

8
postcss.config.js Normal file
View File

@@ -0,0 +1,8 @@
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
export default config;