Initial commit: Cleaned and Optimized NanoJason Pro

This commit is contained in:
Gemini AI
2025-12-20 04:18:55 +04:00
Unverified
commit b03366c9ac
29 changed files with 8726 additions and 0 deletions

8
postcss.config.mjs Normal file
View File

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