Update Readme

This commit is contained in:
root
2025-09-23 13:33:56 +00:00
parent 282ac2d028
commit 90d359c14a
23 changed files with 936 additions and 191 deletions
+10
View File
@@ -0,0 +1,10 @@
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}