Initial commit

This commit is contained in:
Mohammad Oftadeh
2024-09-26 10:17:47 +03:00
commit 66f531e5aa
160 changed files with 5687 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;