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

12
tailwind.config.js Executable file
View File

@@ -0,0 +1,12 @@
module.exports = {
content: [
"./public/componets/**/*.{html,js}",
"./public/template/**/*.{html,js}",
// "./src/**/*.{html,js}",
// "./index.html",
],
theme: {
extend: {},
},
plugins: [],
}