newly designed Icon addition

basic documentation homepage designed
documentation theme configured
This commit is contained in:
Kingkor Roy Tirtho
2022-06-27 17:28:31 +06:00
parent b65b3d28c4
commit 8a4f1f7545
10 changed files with 709 additions and 66 deletions
+10
View File
@@ -0,0 +1,10 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx}"],
darkMode: "class",
theme: {
extend: {},
},
plugins: [],
};