Merge pull request #377 from prithvi2k2/main

Removed redundant files as discussed at #376
This commit is contained in:
Alex
2023-10-03 11:06:52 +01:00
committed by GitHub
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: [],
}