feat: integrate tailwind v4 and daisyui packages with local css build pipeline
This commit is contained in:
@@ -20,7 +20,7 @@ function shell({ title, content, compact = false }) {
|
||||
<title>${escapeHtml(title)}</title>
|
||||
<meta name="theme-color" content="#0f172a" />
|
||||
<link rel="manifest" href="/manifest.webmanifest" />
|
||||
<link href="https://cdn.jsdelivr.net/npm/daisyui@5/dist/full.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/assets/styles.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body class="min-h-screen bg-slate-950 text-slate-100">
|
||||
<div class="fixed inset-0 -z-10 overflow-hidden">
|
||||
|
||||
Reference in New Issue
Block a user