Initial commit

This commit is contained in:
n4ze3m
2023-04-09 14:30:44 +05:30
commit 6ee45e78a7
24 changed files with 3569 additions and 0 deletions

8
postcss.config.cjs Normal file
View File

@@ -0,0 +1,8 @@
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
module.exports = config;