first commit

This commit is contained in:
istiyakaminsanto
2022-02-15 12:26:43 +06:00
commit f42c33304f
12 changed files with 7791 additions and 0 deletions

6
postcss.config.js Executable file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}