Removed redundant files as discussed at #376

This commit is contained in:
prithvi2k2
2023-10-03 14:11:52 +05:30
parent 23a5e566f2
commit 94f81caf28
3 changed files with 0 additions and 1344 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +0,0 @@
{
"devDependencies": {
"tailwindcss": "^3.2.4"
}
}

View File

@@ -1,8 +0,0 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./templates/**/*.html", "./static/src/**/*.js"],
theme: {
extend: {},
},
plugins: [],
}