progress i think? sync at least
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 22s

This commit is contained in:
MagicBOTAlex 2025-07-09 17:02:42 +08:00
parent a6acc0e647
commit eaab786155
6 changed files with 1095 additions and 779 deletions

View file

@ -1,17 +1,14 @@
import typo from "@tailwindcss/typography"
import daisyui from "daisyui"
import typo from "@tailwindcss/typography";
import daisyui from "daisyui";
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
content: ["./src/**/*.{html,js,svelte,ts}"],
theme: {
extend: {},
},
plugins: [typo, daisyui],
daisyui: {
themes: [
"forest",
],
themes: ["forest"],
},
}
};