chore: rebuild export-viewer with the shared Tailwind theme
Pre-built output regenerated after frontend/export-viewer/src/app.css started importing ../../src/tailwind-theme.css. Output now picks up the same @theme tokens and class-driven dark variant as the live app, so future viewer-side use of bg-primary / dark: utilities will resolve identically to the main bundle. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link href="/_app/immutable/entry/start.ctwmcI8C.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/chunks/Dy1jDy4J.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/entry/start.YjNZv4co.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/chunks/eAGLaJx1.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/chunks/CcONa1Mr.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/chunks/BJ__EZ0W.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/entry/app.jfkZT8Zg.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/entry/app.BTH3knpg.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/chunks/Bb9JxzU7.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/chunks/RsTAN2PN.js" rel="modulepreload">
|
||||
<link href="/_app/immutable/chunks/Bxn6SmGf.js" rel="modulepreload">
|
||||
@@ -18,15 +18,15 @@
|
||||
<div style="display: contents">
|
||||
<script>
|
||||
{
|
||||
__sveltekit_ftrcoq = {
|
||||
__sveltekit_19z1hjw = {
|
||||
base: ""
|
||||
};
|
||||
|
||||
const element = document.currentScript.parentElement;
|
||||
|
||||
Promise.all([
|
||||
import("/_app/immutable/entry/start.ctwmcI8C.js"),
|
||||
import("/_app/immutable/entry/app.jfkZT8Zg.js")
|
||||
import("/_app/immutable/entry/start.YjNZv4co.js"),
|
||||
import("/_app/immutable/entry/app.BTH3knpg.js")
|
||||
]).then(([kit, app]) => {
|
||||
kit.start(app, element);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user