frontend done

This commit is contained in:
2025-02-01 15:10:24 -06:00
parent 592062225e
commit 9e8f7d4542
25 changed files with 5939 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
mode: "all",
content: ["./src/**/*.{rs,html,css}", "./dist/**/*.html"],
theme: {
extend: {},
},
plugins: [],
};